/* Look size panels: overlay media area (catalog + home), no layout shift */

.cozi-look-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	z-index: 2;
	padding: 4px 8px;
	border-radius: 2px;
	background: #5a654c;
	color: #f7f2ec;
	font-family: Manrope, sans-serif;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.3px;
	line-height: 1.2;
}

.products .product {
	position: relative;
}

/* Catalog media frame */
.cozi-look-card-media {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 1em;
	overflow: hidden;
}

.cozi-look-card-media__content {
	display: block;
	width: 100%;
}

.cozi-look-card-media__content a img,
.cozi-look-card-media__content .wp-post-image {
	display: block;
	width: 100%;
	height: auto;
}

.product.is-cozi-look-sizes-open .cozi-look-card-media__content,
.product.is-cozi-look-sizes-open .cozi-look-badge,
.product.is-cozi-look-sizes-open [data-cozi-look-media-content],
[data-look-card].is-cozi-look-sizes-open [data-cozi-look-media-content] {
	visibility: hidden;
	pointer-events: none;
}

/* Panel overlays media; keeps card dimensions */
.cozi-look-size-panel {
	position: absolute;
	inset: 0;
	z-index: 5;
	margin: 0;
	padding: 0;
	border: 1px solid #d1ccc7;
	border-radius: 3px;
	background: #f7f2ec;
	box-sizing: border-box;
	max-width: none;
	width: auto;
	height: auto;
	overflow: hidden;
}

.cozi-look-size-panel[hidden] {
	display: none !important;
}

.cozi-look-size-panel__inner {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	max-height: 100%;
	min-height: 0;
	padding: 12px;
	overflow: hidden;
}

.cozi-look-size-panel__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	flex: 0 0 auto;
	margin-bottom: 8px;
}

.cozi-look-size-panel__title,
.cozi-look-component__name {
	margin: 0;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #1e1b19;
	line-height: 1.3;
}

.cozi-look-size-panel__close {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin: -4px -4px 0 0;
	padding: 0;
	border: 0;
	border-radius: 2px;
	background: transparent;
	color: #1e1b19;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.cozi-look-size-panel__close:focus-visible {
	outline: 2px solid #5a654c;
	outline-offset: 2px;
}

.cozi-look-size-panel__body {
	flex: 1 1 auto;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.cozi-look-size-panel__footer {
	flex: 0 0 auto;
	padding-top: 8px;
}

.cozi-look-component {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 0;
}

.cozi-look-component:last-child {
	margin-bottom: 0;
}

.cozi-look-component__name {
	margin-bottom: 6px;
	overflow-wrap: anywhere;
	word-break: break-word;
}

.cozi-look-component__label {
	display: block;
	margin-bottom: 4px;
	font-size: 12px;
	color: #635c57;
}

.cozi-look-component__fixed {
	margin: 0;
	font-size: 12px;
	color: #635c57;
}

.cozi-look-component__size {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	max-width: 100%;
	min-height: 40px;
	margin: 0;
	padding: 8px 36px 8px 12px;
	box-sizing: border-box;
	border: 1px solid #e8e0d8;
	border-radius: 2px;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%231E1B19' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 10px 6px;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	line-height: 1.3;
	color: #1e1b19;
	cursor: pointer;
}

.cozi-look-component__size:hover {
	border-color: #5a654c;
	background-color: #ebe8de;
}

.cozi-look-component__size:disabled {
	opacity: 0.55;
	cursor: not-allowed;
}

.cozi-look-component__size:focus-visible,
.cozi-look-size-panel__submit:focus-visible {
	outline: 2px solid #5a654c;
	outline-offset: 2px;
}

.cozi-look-size-panel__total,
.cozi-look-single-total {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 8px;
	margin: 0 0 10px;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #1e1b19;
}

.cozi-look-size-panel__total [data-cozi-look-total] {
	text-align: right;
	overflow-wrap: anywhere;
}

.cozi-look-size-panel__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	min-height: 44px;
	opacity: 1;
	white-space: nowrap;
	transition: opacity 0.15s ease;
}

.cozi-look-size-panel__submit:disabled {
	opacity: 0.45;
	cursor: not-allowed;
}

.cozi-look-size-panel__status {
	min-height: 1.2em;
	margin: 8px 0 0;
	font-size: 12px;
	color: #635c57;
}

.cozi-look-components-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cozi-look-components-list li {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 10px;
}

.cozi-look-components-list img {
	width: 48px;
	height: 60px;
	object-fit: cover;
	border-radius: 2px;
}

/* Home look card: panel fills entire visual media block */
.home-look-card__visual {
	position: relative;
}

.home-look-card__media-content {
	display: flex;
	align-items: stretch;
	width: 100%;
	height: 100%;
	min-width: 0;
}

.home-look-card .cozi-look-size-panel {
	border-radius: 4px;
}

.home-look-card .cozi-look-size-panel__inner {
	padding: 14px;
}

.cozi-look-cart-note {
	color: #635c57;
	font-weight: 400;
}

button.cozi-look-open-sizes {
	cursor: pointer;
}

/* Single product form keeps flow layout (not an overlay panel) */
.cozi-look-single-form .cozi-look-size-panel,
form.cozi-look-single-form {
	position: static;
}

@media (max-width: 1024px) {
	.home-product-card.is-cozi-look-sizes-open .cozi-look-size-panel,
	li.product.is-cozi-look-sizes-open .cozi-look-size-panel {
		overflow: hidden;
	}

	.home-product-card.is-cozi-look-sizes-open .cozi-look-size-panel__body,
	li.product.is-cozi-look-sizes-open .cozi-look-size-panel__body {
		overflow: visible;
	}

	.home-product-card.is-cozi-look-sizes-open .cozi-look-component,
	li.product.is-cozi-look-sizes-open .cozi-look-component {
		margin-bottom: 5px;
	}

	.home-product-card.is-cozi-look-sizes-open .cozi-look-component:last-child,
	li.product.is-cozi-look-sizes-open .cozi-look-component:last-child {
		margin-bottom: 0;
	}

	.home-product-card.is-cozi-look-sizes-open .cozi-look-component__name,
	li.product.is-cozi-look-sizes-open .cozi-look-component__name {
		margin-bottom: 2px;
		font-size: 11px;
		line-height: 1.2;
		display: -webkit-box;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		line-clamp: 1;
	}

	.home-product-card.is-cozi-look-sizes-open .cozi-look-component__label,
	li.product.is-cozi-look-sizes-open .cozi-look-component__label {
		display: none;
	}

	.home-product-card.is-cozi-look-sizes-open .cozi-look-component__size,
	li.product.is-cozi-look-sizes-open .cozi-look-component__size {
		min-height: 30px;
		padding: 4px 28px 4px 8px;
		font-size: 12px;
		line-height: 1.2;
	}
}

@media (max-width: 390px) {
	.cozi-look-size-panel__inner {
		padding: 10px;
	}

	.cozi-look-size-panel__title,
	.cozi-look-component__name {
		font-size: 13px;
	}

	.cozi-look-component__size {
		min-height: 36px;
	}

	.cozi-look-size-panel__submit {
		min-height: 40px;
		font-size: 13px;
	}
}
