/* Hayashi Enfold Elements shared frontend styles. */
.hee-element {
	box-sizing: border-box;
}

.hee-posts-grid { display: grid; grid-template-columns: repeat(var(--hee-columns, 3), minmax(0, 1fr)); gap: 24px; }
.hee-columns-1 { --hee-columns: 1; }
.hee-columns-2 { --hee-columns: 2; }
.hee-columns-3 { --hee-columns: 3; }
.hee-columns-4 { --hee-columns: 4; }
.hee-post-card { min-width: 0; overflow: hidden; border: 1px solid rgba(0,0,0,.1); border-radius: 8px; background: #fff; }
.hee-post-image { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.hee-post-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hee-post-component:not(.hee-component-image) { margin-left: 20px; margin-right: 20px; }
.hee-post-card > .hee-post-component:nth-child(2) { margin-top: 20px; }
.hee-post-card > .hee-post-component:not(.hee-component-image):first-child { margin-top: 20px; }
.hee-post-card > .hee-post-component:last-child { margin-bottom: 20px; }
.hee-post-title { margin-top: 0; margin-bottom: 8px; font-size: 1.25em; line-height: 1.4; }
.hee-post-subtitle { margin-bottom: 8px; font-weight: 600; }
.hee-post-meta, .hee-post-terms { margin-bottom: 10px; color: #666; font-size: .9em; }
.hee-post-excerpt { margin: 12px 0; }
.hee-post-fields { margin: 12px 0; }
.hee-post-field { display: grid; grid-template-columns: minmax(5em, auto) 1fr; gap: 10px; padding: 5px 0; border-bottom: 1px solid rgba(0,0,0,.08); }
.hee-post-field dt, .hee-post-field dd { margin: 0; }
.hee-post-field dt { font-weight: 700; }
.hee-post-button { display: inline-block; margin-top: 8px; padding: 9px 16px; border-radius: 4px; background: #1d4f7a; color: #fff !important; text-decoration: none; }
.hee-layout-list .hee-posts-grid { grid-template-columns: 1fr; }
.hee-layout-list .hee-post-card { display: grid; grid-template-columns: minmax(180px, 32%) 1fr; }
.hee-no-results { padding: 20px; border: 1px solid rgba(0,0,0,.1); }

@media (max-width: 989px) {
	.hee-columns-3, .hee-columns-4 { --hee-columns: 2; }
}

@media (max-width: 767px) {
	.hee-posts-grid { grid-template-columns: 1fr; }
	.hee-layout-list .hee-post-card { display: block; }
}

.hee-dynamic-fields { --hee-field-columns: 1; display: grid; grid-template-columns: repeat(var(--hee-field-columns), minmax(0, 1fr)); gap: 0 24px; margin: 0; }
.hee-field-columns-2 { --hee-field-columns: 2; }
.hee-field-columns-3 { --hee-field-columns: 3; }
.hee-field-columns-4 { --hee-field-columns: 4; }
.hee-dynamic-field { display: grid; grid-template-columns: minmax(7em, 35%) 1fr; border-bottom: 1px solid rgba(0,0,0,.1); }
.hee-dynamic-field dt, .hee-dynamic-field dd, .hee-dynamic-field th, .hee-dynamic-field td { margin: 0; padding: 10px 12px; text-align: left; }
.hee-dynamic-field dt, .hee-dynamic-field th { font-weight: 700; background: rgba(0,0,0,.035); }
.hee-fields-table { display: table; width: 100%; border-collapse: collapse; }
.hee-fields-table .hee-dynamic-field { display: table-row; }
.hee-fields-inline { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.hee-fields-inline .hee-dynamic-field { display: flex; gap: 8px; border: 0; }
.hee-fields-inline .hee-dynamic-field dt, .hee-fields-inline .hee-dynamic-field dd { padding: 0; background: none; }
.hee-price { font-weight: 700; }

@media (max-width: 767px) {
	.hee-dynamic-fields { grid-template-columns: 1fr; }
}

.hee-content-box { --hee-box-accent: #315f83; margin: 24px 0; padding: 18px 20px; border: 1px solid color-mix(in srgb, var(--hee-box-accent) 45%, transparent); border-radius: 7px; background: color-mix(in srgb, var(--hee-box-accent) 7%, white); }
.hee-box-good, .hee-box-success { --hee-box-accent: #16834b; }
.hee-box-bad { --hee-box-accent: #b23838; }
.hee-box-caution, .hee-box-warning { --hee-box-accent: #b46b00; }
.hee-box-recommend { --hee-box-accent: #7b3fb2; }
.hee-box-info { --hee-box-accent: #2477a8; }
.hee-box-point { --hee-box-accent: #315f83; }
.hee-box-heading { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; color: var(--hee-box-accent); }
.hee-box-icon { display: inline-grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; background: var(--hee-box-accent); color: #fff; font-weight: 800; }
.hee-box-title { font-size: 1.08em; }
.hee-box-content > :first-child { margin-top: 0; }
.hee-box-content > :last-child { margin-bottom: 0; }
.hee-box-style-left { border-width: 0 0 0 5px; border-radius: 0; }
.hee-box-style-soft { border-color: transparent; }
.hee-box-style-none { border: 0; background: transparent; padding-left: 0; padding-right: 0; }

.hee-checklist { margin: 24px 0; }
.hee-checklist-title { margin-bottom: 12px; }
.hee-checklist-items { --hee-check-columns: 1; display: grid; grid-template-columns: repeat(var(--hee-check-columns), minmax(0, 1fr)); gap: 8px 20px; margin: 0; padding: 0; list-style: none; counter-reset: hee-check; }
.hee-checklist-columns-2 .hee-checklist-items { --hee-check-columns: 2; }
.hee-checklist-columns-3 .hee-checklist-items { --hee-check-columns: 3; }
.hee-checklist-items li { position: relative; display: flex; align-items: flex-start; gap: 9px; margin: 0; padding: 7px 0; }
.hee-checklist-items li::before { display: inline-grid; place-items: center; flex: 0 0 22px; width: 22px; height: 22px; border-radius: 50%; background: #315f83; color: #fff; font-size: 13px; font-weight: 800; content: '✓'; }
.hee-checklist-number .hee-checklist-items li { counter-increment: hee-check; }
.hee-checklist-number .hee-checklist-items li::before { content: counter(hee-check); }
.hee-checklist-cross .hee-checklist-items li::before { content: '×'; background: #b23838; }
.hee-checklist-star .hee-checklist-items li::before { content: '★'; background: #7b3fb2; }
.hee-checklist-dot .hee-checklist-items li::before { content: '•'; }
.hee-checklist-custom-icon + span { min-width: 0; }
.hee-checklist-items li:has(.hee-checklist-custom-icon)::before { display: none; }
.hee-checklist-custom-icon { display: inline-grid; place-items: center; flex: 0 0 22px; min-height: 22px; }

@media (max-width: 767px) {
	.hee-checklist-items { grid-template-columns: 1fr; }
}

.hee-pros-cons { margin: 28px 0; }
.hee-pros-cons-title { margin-bottom: 14px; }
.hee-pros-cons-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.hee-pros-cons-stack .hee-pros-cons-grid { grid-template-columns: 1fr; }
.hee-pros-cons-panel { overflow: hidden; border: 1px solid rgba(0,0,0,.12); border-radius: 8px; background: #fff; }
.hee-pros-cons-panel h4 { display: flex; align-items: center; gap: 9px; margin: 0; padding: 13px 16px; }
.hee-pros-cons-panel h4 span { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #fff; }
.hee-pros-cons-panel ul { margin: 0; padding: 14px 18px 16px 38px; }
.hee-pros-cons-panel li { margin: 5px 0; }
.hee-pros h4 { color: #126f40; background: #e9f7ef; }
.hee-pros h4 span { background: #16834b; }
.hee-cons h4 { color: #963232; background: #fbeeee; }
.hee-cons h4 span { background: #b23838; }

.hee-comparison-table { margin: 28px 0; }
.hee-comparison-title { margin-bottom: 14px; }
.hee-table-scroll { max-width: 100%; overflow-x: auto; border: 1px solid rgba(0,0,0,.14); border-radius: 7px; }
.hee-comparison-table table { width: 100%; min-width: 560px; margin: 0; border-collapse: collapse; background: #fff; }
.hee-comparison-table caption { padding: 9px 12px; caption-side: bottom; color: #666; text-align: left; font-size: .9em; }
.hee-comparison-table th, .hee-comparison-table td { padding: 12px 14px; border: 1px solid rgba(0,0,0,.12); text-align: center; vertical-align: middle; }
.hee-comparison-table thead th { background: #315f83; color: #fff; }
.hee-comparison-table tbody th { background: #f1f3f5; text-align: left; }
.hee-comparison-table.is-striped tbody tr:nth-child(even) td { background: #f7f8f9; }
.hee-comparison-table .is-highlight { background: #fff5d6 !important; color: #222; font-weight: 700; }
.hee-comparison-table thead .is-highlight { background: #d99a00 !important; color: #fff; }

@media (max-width: 767px) {
	.hee-pros-cons-grid { grid-template-columns: 1fr; }
}

.hee-faq { margin: 28px 0; }
.hee-faq-title { margin-bottom: 14px; }
.hee-faq-item { border: 1px solid rgba(0,0,0,.14); border-bottom-width: 0; background: #fff; }
.hee-faq-item:first-child { border-radius: 7px 7px 0 0; }
.hee-faq-item:last-child { border-bottom-width: 1px; border-radius: 0 0 7px 7px; }
.hee-faq-item summary { position: relative; display: flex; align-items: center; gap: 10px; padding: 15px 48px 15px 16px; cursor: pointer; font-weight: 700; list-style: none; }
.hee-faq-item summary::-webkit-details-marker { display: none; }
.hee-faq-item summary::after { position: absolute; right: 18px; content: '+'; font-size: 1.35em; line-height: 1; transition: transform .2s ease; }
.hee-faq-item[open] summary::after { transform: rotate(45deg); }
.hee-faq-icon-arrow summary::after { content: '⌄'; }
.hee-faq-icon-arrow .hee-faq-item[open] summary::after { transform: rotate(180deg); }
.hee-faq-icon-none summary::after { display: none; }
.hee-faq-q, .hee-faq-a { display: inline-grid; place-items: center; flex: 0 0 28px; width: 28px; height: 28px; border-radius: 50%; color: #fff; font-weight: 800; }
.hee-faq-q { background: #315f83; }
.hee-faq-a { background: #b46b00; }
.hee-faq-answer { display: flex; align-items: flex-start; gap: 10px; padding: 0 16px 16px; }
.hee-faq-answer > div > :first-child { margin-top: 3px; }
.hee-faq-answer > div > :last-child { margin-bottom: 0; }

.hee-cta { --hee-cta-accent: #315f83; margin: 32px 0; padding: 30px; border-radius: 10px; background: color-mix(in srgb, var(--hee-cta-accent) 10%, white); text-align: center; }
.hee-cta-purchase { --hee-cta-accent: #a85a00; }
.hee-cta-download { --hee-cta-accent: #16834b; }
.hee-cta-simple { border: 1px solid color-mix(in srgb, var(--hee-cta-accent) 35%, transparent); background: transparent; }
.hee-cta-align-left { text-align: left; }
.hee-cta h3 { margin-top: 0; margin-bottom: 10px; color: var(--hee-cta-accent); }
.hee-cta-text > :first-child { margin-top: 0; }
.hee-cta-text > :last-child { margin-bottom: 0; }
.hee-cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 20px; }
.hee-cta-align-left .hee-cta-actions { justify-content: flex-start; }
.hee-cta-button { display: inline-block; padding: 12px 24px; border: 2px solid var(--hee-cta-accent); border-radius: 5px; background: var(--hee-cta-accent); color: #fff !important; text-decoration: none; font-weight: 700; }
.hee-cta-secondary { background: transparent; color: var(--hee-cta-accent) !important; }
.hee-cta-button:hover { filter: brightness(.92); }

@media (max-width: 767px) {
	.hee-cta { padding: 24px 18px; }
	.hee-cta-actions { flex-direction: column; }
	.hee-cta-button { text-align: center; }
}

.hee-products-inner { --hee-product-columns: 3; display: grid; grid-template-columns: repeat(var(--hee-product-columns), minmax(0, 1fr)); gap: 24px; }
.hee-product-columns-1 { --hee-product-columns: 1; }
.hee-product-columns-2 { --hee-product-columns: 2; }
.hee-product-columns-3 { --hee-product-columns: 3; }
.hee-product-columns-4 { --hee-product-columns: 4; }
.hee-product-card { position: relative; overflow: hidden; border: 1px solid rgba(0,0,0,.13); border-radius: 9px; background: #fff; box-shadow: 0 3px 12px rgba(0,0,0,.05); }
.hee-product-image { display: block; aspect-ratio: 1 / 1; overflow: hidden; background: #f5f5f5; }
.hee-product-image img { display: block; width: 100%; height: 100%; object-fit: contain; }
.hee-product-body { padding: 18px; }
.hee-product-title { margin: 0 0 10px; font-size: 1.1em; line-height: 1.45; }
.hee-product-rating { display: flex; align-items: center; gap: 7px; margin-bottom: 8px; color: #d58a00; }
.hee-product-rating b { color: #555; font-size: .9em; }
.hee-product-price { margin-bottom: 10px; color: #b23838; font-size: 1.25em; font-weight: 800; }
.hee-product-review { margin-bottom: 14px; color: #555; font-size: .94em; }
.hee-product-button { display: block; padding: 10px 14px; border-radius: 5px; background: #d76400; color: #fff !important; text-align: center; text-decoration: none; font-weight: 700; }
.hee-rank-badge { position: absolute; z-index: 2; top: 10px; left: 10px; display: inline-flex; align-items: baseline; gap: 2px; padding: 6px 9px; border-radius: 999px; background: #555; color: #fff; box-shadow: 0 2px 7px rgba(0,0,0,.2); font-size: 12px; font-weight: 700; }
.hee-rank-badge span { font-size: 17px; }
.hee-rank-1 { background: #c99a00; }
.hee-rank-2 { background: #7a8792; }
.hee-rank-3 { background: #a76634; }
.hee-product-no-results { padding: 18px; border: 1px solid rgba(0,0,0,.12); }

.hee-hcc-products-inner { display: grid; grid-template-columns: repeat(var(--hee-hcc-desktop, 1), minmax(0, 1fr)); gap: 24px; }
.hee-hcc-layout-list .hee-hcc-products-inner { grid-template-columns: 1fr; }
.hee-hcc-products-inner > .hcc-pm-product-card { min-width: 0; margin: 0; }
.hee-hcc-products-title { margin-bottom: 18px; }
.hee-hcc-hide-image .hcc-pm-product-card__image,
.hee-hcc-hide-title .hcc-pm-product-card__title,
.hee-hcc-hide-excerpt .hcc-pm-product-card__excerpt,
.hee-hcc-hide-price .hcc-pm-product-card__price,
.hee-hcc-hide-manufacturer .hcc-pm-product-card__maker,
.hee-hcc-hide-rating .hcc-pm-product-card__rating,
.hee-hcc-hide-availability .hcc-pm-product-card__availability,
.hee-hcc-hide-buttons .hcc-pm-product-card__buttons { display: none !important; }
.hee-hcc-pagination { margin-top: 24px; }
.hee-hcc-pagination .page-numbers { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.hee-hcc-pagination a, .hee-hcc-pagination span { display: inline-grid; place-items: center; min-width: 38px; min-height: 38px; padding: 4px 10px; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; text-decoration: none; }
.hee-hcc-pagination .current { background: #315f83; color: #fff; }
.hee-hcc-ranking-inner { --hee-hcc-rank-columns: 2; display: grid; grid-template-columns: repeat(var(--hee-hcc-rank-columns), minmax(0, 1fr)); gap: 24px; }
.hee-hcc-ranking-columns-1 { --hee-hcc-rank-columns: 1; }
.hee-hcc-ranking-columns-3 { --hee-hcc-rank-columns: 3; }
.hee-hcc-ranking-columns-4 { --hee-hcc-rank-columns: 4; }
.hee-hcc-ranking-title { margin-bottom: 18px; }
.hee-hcc-ranking-item { position: relative; min-width: 0; padding-top: 12px; }
.hee-hcc-rank-badge { position: absolute; z-index: 5; top: 0; left: -8px; display: inline-flex; align-items: baseline; gap: 2px; padding: 7px 11px; border-radius: 999px; background: #555; color: #fff; box-shadow: 0 3px 9px rgba(0,0,0,.22); font-size: 12px; font-weight: 700; }
.hee-hcc-rank-badge b { font-size: 19px; }
.hee-hcc-rank-1 { background: #c99a00; } .hee-hcc-rank-2 { background: #7a8792; } .hee-hcc-rank-3 { background: #a76634; }
.hee-hcc-rank-metric, .hee-hcc-recommended { position: absolute; z-index: 4; top: 9px; right: 8px; padding: 4px 8px; border-radius: 999px; background: #315f83; color: #fff; font-size: 12px; font-weight: 700; }
.hee-hcc-recommended { top: 39px; background: #b23838; }
.hee-hcc-comparison-title { margin-bottom: 14px; }
.hee-hcc-comparison-recommendation { display: inline-block; margin: 0 0 12px; padding: 6px 11px; border-radius: 999px; background: #b23838; color: #fff; font-weight: 700; }
.hee-hcc-comparison-scroll { max-width: 100%; overflow-x: auto; }
.hee-hcc-comparison .hcc-pm-compare { min-width: 680px; }
.hee-hcc-recommended-col-2 .hcc-pm-compare tr > :nth-child(2), .hee-hcc-recommended-col-3 .hcc-pm-compare tr > :nth-child(3), .hee-hcc-recommended-col-4 .hcc-pm-compare tr > :nth-child(4), .hee-hcc-recommended-col-5 .hcc-pm-compare tr > :nth-child(5), .hee-hcc-recommended-col-6 .hcc-pm-compare tr > :nth-child(6), .hee-hcc-recommended-col-7 .hcc-pm-compare tr > :nth-child(7) { background: #fff6d8; }
.hee-hcc-recommended-inner { --hee-hcc-recommended-columns: 2; display: grid; grid-template-columns: repeat(var(--hee-hcc-recommended-columns), minmax(0, 1fr)); gap: 24px; }
.hee-hcc-recommended-columns-1 { --hee-hcc-recommended-columns: 1; } .hee-hcc-recommended-columns-3 { --hee-hcc-recommended-columns: 3; } .hee-hcc-recommended-columns-4 { --hee-hcc-recommended-columns: 4; }
.hee-hcc-recommended-title { margin-bottom: 18px; }
.hee-hcc-recommended-item { position: relative; min-width: 0; padding-top: 11px; }
.hee-hcc-article-recommend-label { position: absolute; z-index: 5; top: 0; right: 8px; padding: 5px 10px; border-radius: 999px; background: #b23838; color: #fff; font-size: 12px; font-weight: 700; }
.hee-hcc-carousel-title { margin-bottom: 18px; }
.hee-hcc-carousel-stage { position: relative; }
.hee-hcc-carousel-track { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - (var(--hee-carousel-desktop) - 1) * 20px) / var(--hee-carousel-desktop)); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: thin; overscroll-behavior-inline: contain; }
.hee-hcc-carousel-slide { min-width: 0; scroll-snap-align: start; }
.hee-hcc-carousel-arrow { position: absolute; z-index: 8; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--hee-template-primary, #315f83); color: #fff; box-shadow: 0 3px 10px rgba(0,0,0,.2); cursor: pointer; transform: translateY(-50%); font-size: 30px; line-height: 1; }
.hee-hcc-carousel-arrow.is-prev { left: -15px; } .hee-hcc-carousel-arrow.is-next { right: -15px; }
.hee-hcc-carousel-dots { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 15px; }
.hee-hcc-carousel-dots button { width: 10px; height: 10px; padding: 0; border: 0; border-radius: 50%; background: #b8bec4; cursor: pointer; }
.hee-hcc-carousel-dots button[aria-current="true"] { background: var(--hee-template-accent, #d76400); transform: scale(1.25); }
.hee-hcc-message { padding: 18px; border: 1px solid rgba(0,0,0,.12); }
.hee-hcc-message-unavailable { border-color: #d8a630; background: #fff8e5; }

@media (max-width: 989px) {
	.hee-product-columns-3 .hee-products-inner, .hee-product-columns-4 .hee-products-inner { --hee-product-columns: 2; }
	.hee-hcc-products-inner { grid-template-columns: repeat(var(--hee-hcc-tablet, 1), minmax(0, 1fr)); }
	.hee-hcc-ranking-columns-3, .hee-hcc-ranking-columns-4 { --hee-hcc-rank-columns: 2; }
	.hee-hcc-recommended-columns-3, .hee-hcc-recommended-columns-4 { --hee-hcc-recommended-columns: 2; }
	.hee-hcc-carousel-track { grid-auto-columns: calc((100% - (var(--hee-carousel-tablet) - 1) * 20px) / var(--hee-carousel-tablet)); }
}

@media (max-width: 767px) {
	.hee-products-inner { grid-template-columns: 1fr; }
	.hee-hcc-products-inner { grid-template-columns: repeat(var(--hee-hcc-mobile, 1), minmax(0, 1fr)); }
	.hee-hcc-ranking-inner { grid-template-columns: 1fr; }
	.hee-hcc-recommended-inner { grid-template-columns: 1fr; }
	.hee-hcc-carousel-track { grid-auto-columns: calc((100% - (var(--hee-carousel-mobile) - 1) * 14px) / var(--hee-carousel-mobile)); gap: 14px; }
	.hee-hcc-carousel-arrow.is-prev { left: 2px; } .hee-hcc-carousel-arrow.is-next { right: 2px; }
	.hee-hcc-comparison-mobile-stack .hcc-pm-compare, .hee-hcc-comparison-mobile-stack .hcc-pm-compare thead, .hee-hcc-comparison-mobile-stack .hcc-pm-compare tbody, .hee-hcc-comparison-mobile-stack .hcc-pm-compare tr, .hee-hcc-comparison-mobile-stack .hcc-pm-compare th, .hee-hcc-comparison-mobile-stack .hcc-pm-compare td { display: block; width: 100%; min-width: 0; box-sizing: border-box; }
	.hee-hcc-comparison-mobile-stack .hcc-pm-compare tr { margin-bottom: 14px; border: 1px solid rgba(0,0,0,.14); }
}

body[class*="hee-template-"] .hee-post-card,
body[class*="hee-template-"] .hee-product-card,
body[class*="hee-template-"] .hee-content-box,
body[class*="hee-template-"] .hee-pros-cons-panel,
body[class*="hee-template-"] .hee-cta { border-radius: var(--hee-template-radius); box-shadow: var(--hee-template-shadow); }
body[class*="hee-template-"] .hee-post-content,
body[class*="hee-template-"] .hee-product-body { padding: var(--hee-template-spacing); }
body[class*="hee-template-"] .hee-post-component:not(.hee-component-image) { margin-left: var(--hee-template-spacing); margin-right: var(--hee-template-spacing); }
body[class*="hee-template-"] .hee-post-button,
body[class*="hee-template-"] .hee-product-button,
body[class*="hee-template-"] .hee-cta-button { border-radius: var(--hee-template-button-radius); background-color: var(--hee-template-accent); }
body[class*="hee-template-"] .hee-box-icon,
body[class*="hee-template-"] .hee-faq-q { background-color: var(--hee-template-primary); }
body[class*="hee-template-"] .hee-comparison-table thead th { background-color: var(--hee-template-primary); }
body[class*="hee-product-template-"] .hcc-pm-product-card { overflow: hidden; border-radius: var(--hee-template-radius); box-shadow: var(--hee-template-shadow); }
body[class*="hee-product-template-"] .hcc-pm-product-card__body { padding: var(--hee-template-spacing); }
body[class*="hee-product-template-"] .hcc-pm-product-card__button { border-radius: var(--hee-template-button-radius); background: var(--hee-template-accent); }
.hee-product-image-square .hcc-pm-product-card__image { aspect-ratio: 1 / 1; } .hee-product-image-wide .hcc-pm-product-card__image { aspect-ratio: 16 / 9; } .hee-product-image-portrait .hcc-pm-product-card__image { aspect-ratio: 3 / 4; }
body[class*="hee-product-image-"] .hcc-pm-product-card__image { display: block; overflow: hidden; }
body[class*="hee-product-image-"]:not(.hee-product-image-natural) .hcc-pm-product-card__image img { width: 100%; height: 100%; object-fit: contain; }
.hee-product-border-none .hcc-pm-product-card { border-color: transparent; box-shadow: none; }
.hee-product-border-line .hcc-pm-product-card { border: 1px solid rgba(0,0,0,.13); }
.hee-product-border-accent .hcc-pm-product-card { border: 0; border-left: 5px solid var(--hee-template-accent); }
.hee-product-border-double .hcc-pm-product-card { border: 4px double var(--hee-template-primary); }
.hee-product-button-outline .hcc-pm-product-card__button { border: 2px solid var(--hee-template-accent); background: transparent; color: var(--hee-template-accent) !important; }
.hee-product-button-text .hcc-pm-product-card__button { padding-left: 0; padding-right: 0; background: transparent; color: var(--hee-template-accent) !important; text-decoration: underline; }
.hee-product-badge-ribbon .hcc-pm-product-card__badge { left: 0; border-radius: 0 3px 3px 0; background: var(--hee-template-accent); }
.hee-product-badge-seal .hcc-pm-product-card__badge { display: inline-grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: var(--hee-template-accent); text-align: center; }
.hee-product-badge-medal .hcc-pm-product-card__badge { border: 3px double #fff; border-radius: 50%; background: #b58a00; }
.hee-product-template-review .hcc-pm-product-card__rating { font-size: 1.08em; font-weight: 700; }
.hee-product-template-japanese .hcc-pm-product-card__title { font-family: serif; letter-spacing: .04em; }
.hee-product-template-simple .hcc-pm-product-card { background: transparent; }
.hee-product-template-horizontal .hcc-pm-product-card { display: grid; grid-template-columns: minmax(140px, 34%) 1fr; }
.hee-product-template-ranking .hee-hcc-ranking-item { padding-top: 18px; }
.hee-product-template-comparison .hcc-pm-compare thead th { background: var(--hee-template-primary); color: #fff; }
.hee-heading-line .hee-element > h3 { padding-left: 12px; border-left: 5px solid var(--hee-template-accent); }
.hee-heading-marker .hee-element > h3 { display: inline; background: linear-gradient(transparent 62%, color-mix(in srgb, var(--hee-template-accent) 35%, transparent) 62%); }
.hee-heading-block .hee-element > h3 { padding: 10px 14px; background: var(--hee-template-primary); color: #fff; }
.hee-heading-double .hee-element > h3 { padding: 8px 0; border-top: 3px double var(--hee-template-primary); border-bottom: 3px double var(--hee-template-primary); }
.hee-animation-lift .hee-post-card,
.hee-animation-lift .hee-product-card { transition: transform .2s ease, box-shadow .2s ease; }
.hee-animation-lift .hee-post-card:hover,
.hee-animation-lift .hee-product-card:hover { transform: translateY(-5px); }
.hee-animation-fade .hee-element { animation: hee-template-fade .45s ease both; }
@keyframes hee-template-fade { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
	.hee-animation-fade .hee-element { animation: none; }
	.hee-animation-lift .hee-post-card, .hee-animation-lift .hee-product-card { transition: none; }
}
@media (max-width: 767px) {
	.hee-product-template-horizontal .hcc-pm-product-card { display: block; }
}
