.fh-product-shell {
width: min(1120px, calc(100vw - 32px));
margin: 48px auto 72px;
}
.fh-product {
display: grid;
gap: 32px;
}
.fh-product h1,
.fh-product h2,
.fh-product h3,
.fh-product h4, 
.fh-product h5,
.fh-product h6 {
word-break: break-all;
}
.fh-product-hero {
display: grid;
grid-template-columns: minmax(280px, 460px) minmax(320px, 1fr);
gap: 32px;
align-items: start;
}
.fh-product-visual,
.fh-product-summary,
.fh-product-content-card {
border: 1px solid #e5e7eb;
border-radius: 24px;
background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
}
.fh-product-visual {
padding: 24px;
}
.fh-product-media {
display: grid;
gap: 16px;
}
.fh-product-media.has-gallery {
grid-template-columns: minmax(0, 1fr) 118px;
align-items: start;
}
.fh-product-main-image {
min-width: 0;
}
.fh-product-summary {
padding: 28px;
}
.fh-product-image {
display: block;
width: 100%;
height: auto;
border-radius: 18px;
}
.fh-product-gallery {
display: grid;
gap: 12px;
}
.fh-product-gallery-item {
display: block;
overflow: hidden;
border: 1px solid #e5e7eb;
border-radius: 16px;
background: #ffffff;
box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08);
padding: 0;
cursor: pointer;
transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.fh-product-gallery-item:hover,
.fh-product-gallery-item:focus-visible {
border-color: #f0b800;
box-shadow: 0 14px 32px rgba(240, 184, 0, 0.22);
transform: translateY(-1px);
outline: none;
}
.fh-product-gallery-item.is-active {
border-color: #f0b800;
box-shadow: 0 14px 32px rgba(240, 184, 0, 0.22);
}
.fh-product-gallery-image {
display: block;
width: 100%;
aspect-ratio: 1;
object-fit: cover;
}
.fh-product-image-placeholder {
min-height: 380px;
display: grid;
place-items: center;
background: linear-gradient(135deg, #f3f4f6 0%, #e5e7eb 100%);
color: #4b5563;
font-weight: 600;
text-align: center;
}
.fh-product-categories {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 18px;
}
.fh-category-chip {
display: inline-flex;
align-items: center;
min-height: 30px;
padding: 0 12px;
border-radius: 999px;
background: #111827;
color: #ffffff;
font-size: 13px;
font-weight: 700;
letter-spacing: 0.02em;
}
.fh-product-title {
margin: 0;
font-size: clamp(2rem, 4vw, 3.5rem);
line-height: 1.02;
letter-spacing: -0.04em;
text-wrap: balance;
}
.fh-product-excerpt {
margin: 18px 0 0;
color: #475569;
font-size: 1.05rem;
line-height: 1.7;
}
.fh-product-meta {
margin-top: 24px;
padding-top: 24px;
border-top: 1px solid #e5e7eb;
}
.fh-price-stack {
margin-bottom: 18px;
}
.fh-price-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 10px;
margin: 8px 0 0;
}
.fh-strike-price {
color: #6b7280;
text-decoration: line-through;
font-size: 1.1rem;
}
.fh-current-price {
font-size: clamp(1.8rem, 3vw, 2.5rem);
font-weight: 800;
color: #111827;
line-height: 1;
}
.fh-savings-badge {
display: inline-flex;
align-items: center;
min-height: 30px;
padding: 0 10px;
border-radius: 999px;
background: #fee2e2;
color: #b42318;
font-size: 0.85rem;
font-weight: 800;
}
.fh-meta-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
gap: 16px;
margin-top: 16px;
}
.fh-meta-item {
display: grid;
gap: 4px;
}
.fh-meta-label {
font-weight: 700;
color: #111827;
font-size: 0.88rem;
text-transform: uppercase;
letter-spacing: 0.06em;
}
.fh-buy-row {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 12px;
margin-top: 22px;
}
.fh-amazon-button {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 0.85rem 1.2rem;
border-radius: 14px;
background: linear-gradient(180deg, #f7ca00 0%, #f0b800 100%);
color: #111827;
font-weight: 800;
text-decoration: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.fh-amazon-button:hover,
.fh-amazon-button:focus {
background: linear-gradient(180deg, #ffd84d 0%, #f7ca00 100%);
color: #111827;
text-decoration: none;
}
.fh-affiliate-note {
color: #64748b;
font-size: 0.92rem;
}
.fh-product-highlights-card,
.fh-product-content-card {
padding: 32px;
}
.fh-product-highlights-card {
border: 1px solid #e5e7eb;
border-radius: 24px;
background: linear-gradient(180deg, #ffffff 0%, #fffaf0 100%);
box-shadow: 0 18px 50px rgba(15, 23, 42, 0.05);
}
.fh-highlight-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 16px;
}
.fh-highlight-item {
display: grid;
gap: 12px;
padding: 18px;
border: 1px solid #ece6d6;
border-radius: 18px;
background: rgba(255, 255, 255, 0.9);
}
.fh-highlight-item p {
margin: 0;
color: #334155;
line-height: 1.7;
}
.fh-highlight-index {
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 999px;
background: #111827;
color: #ffffff;
font-size: 0.88rem;
font-weight: 800;
}
.fh-section-title {
margin: 0 0 20px;
font-size: 1.35rem;
line-height: 1.2;
}
.fh-content {
color: #334155;
font-size: 1rem;
line-height: 1.8;
}
.fh-content > *:first-child {
margin-top: 0;
}
.fh-content ul,
.fh-content ol {
padding-left: 1.4rem;
}
.fh-content img {
max-width: 100%;
height: auto;
border-radius: 16px;
}
@media (max-width: 900px) {
.fh-product-shell {
width: min(100vw - 24px, 1120px);
margin-top: 24px;
}
.fh-product-hero {
grid-template-columns: 1fr;
gap: 20px;
}
.fh-product-visual,
.fh-product-highlights-card,
.fh-product-summary,
.fh-product-content-card {
padding: 20px;
}
.fh-product-media.has-gallery {
grid-template-columns: 1fr;
}
.fh-product-gallery {
grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
}
}.cmplz-video.cmplz-iframe-styles{background-color:transparent}.cmplz-video.cmplz-hidden{visibility:hidden !important}.cmplz-blocked-content-notice{display:none}.cmplz-placeholder-parent{height:inherit}.cmplz-optin .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optin .cmplz-wp-video .cmplz-blocked-content-notice,.cmplz-optout .cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-optout .cmplz-wp-video .cmplz-blocked-content-notice{display:block}.cmplz-blocked-content-container,.cmplz-wp-video{animation-name:cmplz-fadein;animation-duration:600ms;background:#FFF;border:0;border-radius:3px;box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15);display:flex;justify-content:center;align-items:center;background-repeat:no-repeat !important;background-size:cover !important;height:inherit;position:relative}.cmplz-blocked-content-container.gmw-map-cover,.cmplz-wp-video.gmw-map-cover{max-height:100%;position:absolute}.cmplz-blocked-content-container.cmplz-video-placeholder,.cmplz-wp-video.cmplz-video-placeholder{padding-bottom:initial}.cmplz-blocked-content-container iframe,.cmplz-wp-video iframe{visibility:hidden;max-height:100%;border:0 !important}.cmplz-blocked-content-container .cmplz-custom-accept-btn,.cmplz-wp-video .cmplz-custom-accept-btn{white-space:normal;text-transform:initial;cursor:pointer;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:200px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-custom-accept-btn:focus,.cmplz-wp-video .cmplz-custom-accept-btn:focus{border:1px dotted #cecece}.cmplz-blocked-content-container .cmplz-blocked-content-notice,.cmplz-wp-video .cmplz-blocked-content-notice{white-space:normal;text-transform:initial;position:absolute !important;width:100%;top:50%;left:50%;transform:translate(-50%,-50%);max-width:300px;font-size:14px;padding:10px;background-color:rgba(0,0,0,0.5);color:#fff;text-align:center;z-index:98;line-height:23px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links{display:block;margin-bottom:10px}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-links a,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-links a{color:#fff}.cmplz-blocked-content-container .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body,.cmplz-wp-video .cmplz-blocked-content-notice .cmplz-blocked-content-notice-body{display:block}.cmplz-blocked-content-container div div{display:none}.cmplz-wp-video .cmplz-placeholder-element{width:100%;height:inherit}@keyframes cmplz-fadein{from{opacity:0}to{opacity:1}}