.ezc-block-child {
	display:none!important;
}
.ezc-hidden-child-notice {
	display:none!important;
}
.ezc-edit-set-row {
	display:block!important;
	clear:both;
	width:100%;
	flex:0 0 100%;
	margin-top:.45rem;
}
.wc-block-components-product-details .ezc-edit-set-detail {
	display:block!important;
	width:100%!important;
	flex:0 0 100%!important;
}
.ezc-edit-set {
	display:flex!important;
	width:max-content!important;
	align-items:center;
	gap:.35rem;
	margin-top:0;
	padding:.4rem .7rem;
	border:1px solid currentColor;
	border-radius:4px;
	font-weight:600;
	line-height:1.2;
	text-decoration:none;
}
.ezc-edit-set:hover,.ezc-edit-set:focus{text-decoration:none;box-shadow:0 0 0 1px currentColor}

/* 2.20.15 structured composite details for Cart and Checkout Blocks. */
.ezc-block-parent .wc-block-components-product-metadata__description{display:none!important}
.ezc-block-parent .wc-block-components-product-details{display:grid!important;grid-template-columns:1fr;gap:.22rem;margin:.55rem 0 .7rem!important;padding:0!important;color:#68716d;font-size:.88rem;line-height:1.35}
.ezc-block-parent .wc-block-components-product-details>li:not(.ezc-edit-set-detail){display:grid!important;grid-template-columns:minmax(105px,max-content) minmax(0,1fr);column-gap:.65rem;align-items:start;width:100%;margin:0!important;padding:0!important;font-size:0}
.ezc-block-parent .wc-block-components-product-details>li:not(.ezc-edit-set-detail)::after{display:none!important;content:none!important}
.ezc-block-parent .wc-block-components-product-details__name{font-size:.88rem;font-weight:600;color:#53615b}
.ezc-block-parent .wc-block-components-product-details__value{min-width:0;font-size:.88rem;color:#737a77;overflow-wrap:anywhere}
.ezc-block-parent .wc-block-components-product-details__value::after{display:none!important;content:none!important}
.ezc-block-parent .wc-block-components-product-details>li:not(.ezc-edit-set-detail) *::before,
.ezc-block-parent .wc-block-components-product-details>li:not(.ezc-edit-set-detail) *::after{content:none!important}
.ezc-block-parent .wc-block-components-product-name{font-weight:600;color:#122f26}
.ezc-block-parent .wc-block-cart-item__total .wc-block-components-product-price__value,
.ezc-block-parent .wc-block-components-order-summary-item__total-price .wc-block-components-product-price__value{display:none!important}
.ezc-block-parent .wc-block-cart-item__image img,
.ezc-block-parent .wc-block-components-order-summary-item__image img{object-fit:contain;background:#f7f3e9}
.ezc-block-parent .ezc-edit-set-detail{margin-top:.38rem!important}

/* 2.20.16 compact selection disclosure. */
.ezc-selections-toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.75rem;margin:.55rem 0 .25rem;padding:.48rem 0;border:0;border-bottom:1px solid #d6d5cc;background:transparent;color:#12382d;font:inherit;font-weight:700;text-align:left;cursor:pointer}
.ezc-selections-chevron{width:.55rem;height:.55rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .15s ease}
.ezc-selections-open .ezc-selections-chevron{transform:rotate(225deg) translate(-2px,-2px)}
.ezc-block-parent:not(.ezc-selections-open) .wc-block-components-product-details>li:not(.ezc-edit-set-detail){display:none!important}
.ezc-block-parent .ezc-edit-set{color:#12382d!important;border-color:#12382d!important;background:transparent!important}
.ezc-block-parent .ezc-edit-set:hover,.ezc-block-parent .ezc-edit-set:focus{color:#fff!important;background:#12382d!important}
.wc-block-cart-item__quantity .ezc-edit-set--cart{display:inline-flex!important;margin:0 0 0 .6rem!important;padding:.3rem .55rem!important;vertical-align:middle;font-size:.82rem}
.ezc-block-parent .ezc-edit-set-detail:has(.ezc-edit-set--cart){display:none!important}

/* Equivalent structure for Classic WooCommerce cart and checkout. */
.ezc-cart-parent dl.variation{display:grid;grid-template-columns:minmax(105px,max-content) minmax(0,1fr);column-gap:.65rem;row-gap:.22rem;margin:.55rem 0 .7rem;color:#68716d;font-size:.88rem;line-height:1.35}
.ezc-cart-parent dl.variation dt,.ezc-cart-parent dl.variation dd{float:none;clear:none;width:auto;margin:0;padding:0}
.ezc-cart-parent dl.variation dt{font-weight:600;color:#53615b}
.ezc-cart-parent dl.variation dd{min-width:0;color:#737a77;overflow-wrap:anywhere}
.ezc-cart-parent dl.variation dd p{margin:0}
.ezc-cart-parent .product-thumbnail img{object-fit:contain;background:#f7f3e9}
.ezc-cart-child{display:none!important}

@media(max-width:600px){
	.ezc-block-parent .wc-block-components-product-details>li:not(.ezc-edit-set-detail),
	.ezc-cart-parent dl.variation{grid-template-columns:minmax(82px,max-content) minmax(0,1fr);column-gap:.5rem;font-size:.82rem}
	.ezc-block-parent .wc-block-components-product-details__name,
	.ezc-block-parent .wc-block-components-product-details__value{font-size:.82rem}
}
