/**
 * [kantanbond_public_products] フロントエンドスタイル
 *
 * @package KantanBond
 */

.kantanbond-public-products {
	margin: 1.5em 0;
}

.kantanbond-public-products--empty {
	color: #646970;
}

/* カテゴリー絞り込み */
.kantanbond-public-products-filter {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
	gap: 0.5rem;
	margin-bottom: 1.25rem;
}

.kantanbond-public-products-filter__label {
	flex-shrink: 0;
	font-size: 0.9rem;
	font-weight: 600;
	margin: 0;
	white-space: nowrap;
}

.kantanbond-public-products-filter__input {
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	flex: 1 1 auto;
	font: inherit;
	max-width: 280px;
	min-width: 8em;
	padding: 0.5rem 0.75rem;
	width: auto;
}

.kantanbond-public-products-filter__clear {
	background: #f6f7f7;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	color: #1d2327;
	cursor: pointer;
	flex-shrink: 0;
	font: inherit;
	padding: 0.5rem 0.85rem;
	white-space: nowrap;
}

.kantanbond-public-products-filter__clear:hover {
	background: #eef0f2;
}

.kantanbond-public-products-filter__empty {
	color: #646970;
	margin: 1rem 0 0;
	text-align: center;
}

.kantanbond-public-products-list {
	margin: 0;
}

/* テーブル */
.kantanbond-public-products-table {
	border-collapse: collapse;
	width: 100%;
}

.kantanbond-public-products-table th,
.kantanbond-public-products-table td {
	border: 1px solid #ddd;
	padding: 8px 12px;
	text-align: left;
	vertical-align: middle;
}

.kantanbond-public-products-table th {
	background: #f6f7f7;
}

/* グリッド */
.kantanbond-public-products-grid {
	display: grid;
	gap: 1.25rem;
}

.kantanbond-public-products-grid--cols-1 {
	grid-template-columns: 1fr;
}

.kantanbond-public-products-grid--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kantanbond-public-products-grid--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kantanbond-public-products-grid--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kantanbond-public-products-grid__item {
	border: 1px solid #e2e4e7;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.kantanbond-public-products-grid__image-wrap {
	aspect-ratio: 4 / 3;
	background: #f6f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kantanbond-public-products-grid__image {
	cursor: zoom-in;
	display: block;
	height: 100%;
	max-height: 200px;
	object-fit: contain;
	width: 100%;
}

.kantanbond-public-products-grid__body {
	padding: 12px 14px;
}

.kantanbond-public-products-grid__name {
	font-size: 1rem;
	font-weight: 600;
	margin: 0 0 6px;
}

.kantanbond-public-products-grid__category {
	color: #646970;
	font-size: 0.85rem;
	margin: 0 0 8px;
}

.kantanbond-public-products-grid__price-block,
.kantanbond-public-products-card__price-block {
	display: flex;
	flex-direction: column;
	gap: 0;
	line-height: 1.25;
	margin: 0;
}

.kantanbond-public-products-grid__price-row {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.15em;
	margin: 0;
}

.kantanbond-public-products-grid__price {
	font-size: 1rem;
	font-weight: 600;
}

.kantanbond-public-products-grid__unit {
	color: #50575e;
	font-size: 0.9rem;
	font-weight: 400;
}

.kantanbond-public-products-grid__tax {
	color: #50575e;
	display: block;
	font-size: 0.8rem;
	line-height: 1.2;
	margin: 0;
}

.kantanbond-public-products-grid__memo {
	color: #50575e;
	font-size: 0.85rem;
	line-height: 1.5;
	margin: 0.65rem 0 0;
	white-space: normal;
	word-break: break-word;
}

/* カード */
.kantanbond-public-products-cards {
	display: grid;
	gap: 1.5rem;
}

.kantanbond-public-products-cards--cols-1 {
	grid-template-columns: 1fr;
}

.kantanbond-public-products-cards--cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.kantanbond-public-products-cards--cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kantanbond-public-products-cards--cols-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.kantanbond-public-products-card {
	background: #fff;
	border: 1px solid #e2e4e7;
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	overflow: hidden;
}

.kantanbond-public-products-card__image-wrap {
	background: linear-gradient(135deg, #f8fafc, #eef2ff);
	padding: 20px;
	text-align: center;
}

.kantanbond-public-products-card__image {
	cursor: zoom-in;
	display: inline-block;
	height: auto;
	max-height: 160px;
	max-width: 100%;
	object-fit: contain;
}

.kantanbond-public-products-card__body {
	padding: 16px 18px 18px;
}

.kantanbond-public-products-card__category {
	color: #6366f1;
	font-size: 0.8rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.kantanbond-public-products-card__name {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 12px;
}

.kantanbond-public-products-card__price-row {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	gap: 0.15em;
	margin: 0;
}

.kantanbond-public-products-card__price {
	color: #1d2327;
	font-size: 1.25rem;
	font-weight: 700;
}

.kantanbond-public-products-card__unit {
	color: #646970;
	font-size: 0.9rem;
}

.kantanbond-public-products-card__tax {
	color: #646970;
	display: block;
	font-size: 0.8rem;
	line-height: 1.2;
	margin: 0;
}

.kantanbond-public-products-card__memo {
	border-top: 1px solid #e2e4e7;
	color: #50575e;
	font-size: 0.85rem;
	line-height: 1.5;
	margin: 0.85rem 0 0;
	padding-top: 0.75rem;
	white-space: normal;
	word-break: break-word;
}

.kantanbond-public-products-thumb {
	cursor: zoom-in;
	display: block;
	height: auto;
	max-height: 48px;
	max-width: 48px;
	object-fit: contain;
}

.kantanbond-public-products-table__memo {
	color: #50575e;
	font-size: 0.85rem;
	line-height: 1.5;
	max-width: 280px;
	white-space: normal;
	word-break: break-word;
}

/* クリック可能な商品 */
.kantanbond-public-product-item {
	cursor: pointer;
	transition: box-shadow 0.15s ease, transform 0.15s ease, background-color 0.15s ease;
}

.kantanbond-public-product-item:hover,
.kantanbond-public-product-item:focus {
	outline: 2px solid #6366f1;
	outline-offset: 2px;
}

.kantanbond-public-product-item.is-active {
	box-shadow: 0 0 0 2px #6366f1;
}

.kantanbond-public-products-table .kantanbond-public-product-item:hover {
	background: #f8fafc;
}

/* 詳細・お申し込み（モーダル） */
.kantanbond-public-product-detail {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 1rem;
	position: fixed;
	z-index: 100000;
}

.kantanbond-public-product-detail[hidden] {
	display: none !important;
}

.kantanbond-public-product-detail.is-open {
	display: flex;
}

body.kantanbond-public-product-modal-open {
	overflow: hidden;
}

.kantanbond-public-product-detail__backdrop {
	background: rgba(15, 23, 42, 0.55);
	border: 0;
	cursor: pointer;
	inset: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}

.kantanbond-public-product-detail__panel {
	background: #fff;
	border: 1px solid #e2e4e7;
	border-radius: 12px;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2);
	max-height: min(90vh, 720px);
	overflow-y: auto;
	padding: 1.25rem 1.5rem 1.5rem;
	position: relative;
	width: min(560px, 100%);
	z-index: 1;
}

.kantanbond-public-product-detail__close {
	background: transparent;
	border: 0;
	color: #646970;
	cursor: pointer;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25rem 0.5rem;
	position: absolute;
	right: 0.75rem;
	top: 0.5rem;
}

.kantanbond-public-product-detail__hero {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-bottom: 1.25rem;
}

.kantanbond-public-product-detail__image {
	border-radius: 8px;
	cursor: zoom-in;
	max-height: 160px;
	max-width: 200px;
	object-fit: contain;
}

/* 画像拡大（ライトボックス） */
.kantanbond-public-product-lightbox {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 1.5rem;
	position: fixed;
	z-index: 100001;
}

.kantanbond-public-product-lightbox[hidden] {
	display: none !important;
}

.kantanbond-public-product-lightbox.is-open {
	display: flex;
}

body.kantanbond-public-product-lightbox-open {
	overflow: hidden;
}

.kantanbond-public-product-lightbox__backdrop {
	background: rgba(15, 23, 42, 0.85);
	border: 0;
	cursor: zoom-out;
	inset: 0;
	margin: 0;
	padding: 0;
	position: absolute;
}

.kantanbond-public-product-lightbox__figure {
	margin: 0;
	max-height: 90vh;
	max-width: min(92vw, 1200px);
	position: relative;
	z-index: 1;
}

.kantanbond-public-product-lightbox__image {
	display: block;
	height: auto;
	max-height: 90vh;
	max-width: min(92vw, 1200px);
	object-fit: contain;
	width: auto;
}

.kantanbond-public-product-lightbox__close {
	background: rgba(255, 255, 255, 0.95);
	border: 0;
	border-radius: 999px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
	color: #1d2327;
	cursor: pointer;
	font-size: 1.5rem;
	height: 2.25rem;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: -0.5rem;
	top: -0.5rem;
	width: 2.25rem;
	z-index: 2;
}

.kantanbond-public-product-lightbox__close:hover {
	background: #fff;
}

.kantanbond-public-product-detail__name {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
}

.kantanbond-public-product-detail__category,
.kantanbond-public-product-detail__price {
	color: #50575e;
	margin: 0.25rem 0;
}

.kantanbond-public-product-detail__tax {
	color: #50575e;
	margin: 0;
}

.kantanbond-public-product-detail__memo {
	margin: 0.75rem 0 0;
}

.kantanbond-public-product-detail__memo-label {
	color: #646970;
	display: block;
	font-size: 0.8rem;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.kantanbond-public-product-detail__memo-body {
	color: #50575e;
	font-size: 0.9rem;
	line-height: 1.55;
	white-space: normal;
	word-break: break-word;
}

.kantanbond-public-product-order-form {
	border-top: 1px solid #e2e4e7;
	margin-top: 1rem;
	padding-top: 1rem;
}

.kantanbond-public-product-order-form__title {
	font-size: 1.1rem;
	margin: 0 0 1rem;
}

.kantanbond-public-product-order-form__field {
	margin: 0 0 0.85rem;
}

.kantanbond-public-product-order-form__field label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.35rem;
}

.kantanbond-public-product-order-form__field .required {
	color: #d63638;
	font-size: 0.85em;
}

.kantanbond-public-product-order-form__field input,
.kantanbond-public-product-order-form__field textarea {
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	box-sizing: border-box;
	font: inherit;
	padding: 0.5rem 0.65rem;
	width: 100%;
}

.kantanbond-public-product-order-form__honeypot {
	display: none !important;
}

.kantanbond-public-product-order-form__submit {
	background: #6366f1;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
	padding: 0.65rem 1.25rem;
}

.kantanbond-public-product-order-form__submit:disabled {
	opacity: 0.65;
}

.kantanbond-public-product-order-form__message {
	border-radius: 6px;
	margin-top: 0.75rem;
	padding: 0.75rem 1rem;
}

.kantanbond-public-product-order-form__message--success {
	background: #ecfdf5;
	border: 1px solid #6ee7b7;
	color: #065f46;
}

.kantanbond-public-product-order-form__message--error {
	background: #fef2f2;
	border: 1px solid #fca5a5;
	color: #991b1b;
}

@media (max-width: 782px) {
	.kantanbond-public-products-grid--cols-2,
	.kantanbond-public-products-grid--cols-3,
	.kantanbond-public-products-grid--cols-4,
	.kantanbond-public-products-cards--cols-2,
	.kantanbond-public-products-cards--cols-3,
	.kantanbond-public-products-cards--cols-4 {
		grid-template-columns: 1fr;
	}
}
