.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}}:root {
--bg-primary: #0d1117;
--bg-secondary: #161b22;
--bg-card: #1c2333;
--bg-card-hover: #232b3e;
--bg-header: #0d1117;
--bg-nav: #1c2333;
--bg-footer: #0a0e14;
--text-primary: #e6edf3;
--text-secondary: #8b949e;
--text-muted: #6e7681;
--text-link: #58a6ff;
--accent-orange: #FF6B35;
--accent-orange-hover: #ff8c5a;
--accent-blue: #58a6ff;
--accent-green: #3fb950;
--accent-yellow: #d29922;
--accent-red: #f85149;
--accent-purple: #bc8cff;
--border-color: #30363d;
--border-light: #21262d;
--shadow-card: 0 1px 3px rgba(0,0,0,0.3);
--shadow-card-hover: 0 8px 24px rgba(0,0,0,0.4);
--max-width: 1400px;
--header-height: 60px;
--nav-height: 44px;
--radius: 8px;
--radius-sm: 4px;
--font-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
--font-mono: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, monospace;
} *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { font-size: 16px; scroll-behavior: smooth; }
body {
font-family: var(--font-sans);
font-size: 15px;
line-height: 1.6;
color: var(--text-primary);
background: var(--bg-primary);
min-height: 100vh;
display: flex;
flex-direction: column;
-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--text-link); text-decoration: none; transition: color 0.2s; }
a:hover { color: var(--accent-orange-hover); }
h1, h2, h3, h4, h5, h6 { color: var(--text-primary); font-weight: 600; line-height: 1.25; margin-bottom: 12px; }
h1 { font-size: 28px; } h2 { font-size: 24px; } h3 { font-size: 18px; } h4 { font-size: 16px; }
p { margin-bottom: 16px; } .site-header {
background: var(--bg-header);
border-bottom: 1px solid var(--border-color);
position: sticky;
top: 0;
z-index: 1000;
}
.header-inner {
max-width: var(--max-width);
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: center;
justify-content: space-between;
height: var(--header-height);
}
.site-logo {
display: flex;
align-items: center;
gap: 12px;
text-decoration: none;
flex-shrink: 0;
}
.site-logo .logo-icon {
width: 36px;
height: 36px;
background: var(--accent-orange);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
font-size: 18px;
color: white;
font-weight: 700;
}
.site-logo .logo-text {
font-size: 20px;
font-weight: 700;
color: var(--text-primary);
letter-spacing: -0.5px;
}
.site-logo .logo-tagline {
font-size: 11px;
color: var(--text-secondary);
display: block;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.header-search {
flex: 1;
max-width: 400px;
margin: 0 24px;
}
.header-search form { display: flex; position: relative; }
.header-search input {
width: 100%;
padding: 8px 40px 8px 14px;
background: var(--bg-secondary);
border: 1px solid var(--border-color);
border-radius: 6px;
color: var(--text-primary);
font-size: 14px;
outline: none;
transition: border-color 0.2s;
}
.header-search input:focus {
border-color: var(--accent-blue);
box-shadow: 0 0 0 3px rgba(88,166,255,0.15);
}
.header-search input::placeholder { color: var(--text-muted); }
.header-search button {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
background: none;
border: none;
color: var(--text-secondary);
cursor: pointer;
font-size: 16px;
}
.mobile-toggle {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 8px;
flex-direction: column;
gap: 5px;
}
.mobile-toggle span {
display: block;
width: 24px;
height: 2px;
background: var(--text-primary);
border-radius: 2px;
transition: all 0.3s;
} .site-nav {
background: var(--bg-nav);
border-bottom: 1px solid var(--border-color);
}
.nav-inner {
max-width: var(--max-width);
margin: 0 auto;
padding: 0 24px;
display: flex;
align-items: center;
gap: 6px;
height: var(--nav-height);
overflow-x: auto;
}
.nav-inner::-webkit-scrollbar { display: none; }
.nav-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 16px;
border-radius: 6px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
white-space: nowrap;
text-decoration: none;
transition: all 0.2s ease;
border: none;
cursor: pointer;
}
.nav-btn:hover { filter: brightness(1.15); transform: translateY(-1px); }
.nav-btn--home { background: #FF6B35; color: white; }
.nav-btn--cat1 { background: #58a6ff; color: white; }
.nav-btn--cat2 { background: #3fb950; color: white; }
.nav-btn--cat3 { background: #d29922; color: white; }
.nav-btn--cat4 { background: #bc8cff; color: white; }
.nav-btn--cat5 { background: #f85149; color: white; }
.nav-btn--default { background: var(--border-color); color: var(--text-primary); }
.nav-dropdown { position: relative; }
.nav-dropdown-content {
display: none;
position: absolute;
top: 100%;
left: 0;
background: var(--bg-card);
border: 1px solid var(--border-color);
border-radius: var(--radius);
min-width: 200px;
padding: 8px 0;
z-index: 100;
box-shadow: var(--shadow-card-hover);
}
.nav-dropdown:hover .nav-dropdown-content { display: block; }
.nav-dropdown-content a {
display: block;
padding: 8px 16px;
color: var(--text-primary);
font-size: 14px;
font-weight: 400;
text-transform: none;
letter-spacing: 0;
}
.nav-dropdown-content a:hover {
background: var(--bg-card-hover);
color: var(--accent-orange);
} .featured-section {
background: var(--bg-secondary);
border-bottom: 1px solid var(--border-color);
padding: 24px 0;
}
.featured-inner {
max-width: var(--max-width);
margin: 0 auto;
padding: 0 24px;
}
.featured-header {
display: flex;
align-items: center;
gap: 8px;
margin-bottom: 16px;
font-size: 14px;
color: var(--text-secondary);
}
.featured-header strong { color: var(--accent-orange); }
.featured-grid {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 16px;
}
.featured-card {
background: var(--bg-card);
border: 1px solid var(--border-color);
border-radius: var(--radius);
padding: 16px;
display: flex;
flex-direction: column;
gap: 10px;
transition: all 0.2s ease;
text-decoration: none;
}
.featured-card:hover {
border-color: var(--accent-orange);
transform: translateY(-2px);
box-shadow: var(--shadow-card-hover);
}
.featured-card-img {
width: 100%;
aspect-ratio: 16/10;
background: var(--bg-secondary);
border-radius: var(--radius-sm);
overflow: hidden;
}
.featured-card-img img { width: 100%; height: 100%; object-fit: cover; }
.featured-card-title {
font-size: 13px;
font-weight: 600;
color: var(--text-primary);
line-height: 1.3;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.featured-card-price {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
}
.featured-card-price .price { font-weight: 700; color: var(--accent-orange); }
.badge { font-size: 10px; padding: 2px 6px; border-radius: 3px; font-weight: 700; text-transform: uppercase; }
.badge--new { background: var(--accent-green); color: white; }
.badge--sale { background: var(--accent-red); color: white; }
.badge--hot { background: var(--accent-orange); color: white; }
.btn-small {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 6px 14px;
background: var(--accent-orange);
color: white;
border-radius: var(--radius-sm);
font-size: 12px;
font-weight: 600;
transition: all 0.2s;
}
.btn-small:hover { background: var(--accent-orange-hover); color: white; } .site-main { flex: 1; padding: 32px 0; }
.content-wrapper {
max-width: var(--max-width);
margin: 0 auto;
padding: 0 24px;
}
.section-header {
display: flex;
align-items: center;
gap: 12px;
margin-bottom: 24px;
padding-bottom: 12px;
border-bottom: 3px solid var(--accent-orange);
}
.section-header h2 {
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px;
margin: 0;
}
.section-header .section-bar {
width: 4px;
height: 28px;
background: var(--accent-orange);
border-radius: 2px;
} .posts-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 20px;
margin-bottom: 40px;
}
.post-card {
background: var(--bg-card);
border: 1px solid var(--border-color);
border-radius: var(--radius);
overflow: hidden;
transition: all 0.25s ease;
display: flex;
flex-direction: column;
}
.post-card:hover {
border-color: var(--accent-orange);
box-shadow: var(--shadow-card-hover);
transform: translateY(-3px);
}
.post-card-image {
width: 100%;
aspect-ratio: 16/9;
background: var(--bg-secondary);
overflow: hidden;
position: relative;
}
.post-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.post-card:hover .post-card-image img { transform: scale(1.05); }
.post-card-image .card-category {
position: absolute;
top: 10px;
left: 10px;
padding: 3px 10px;
background: var(--accent-orange);
color: white;
font-size: 11px;
font-weight: 700;
border-radius: 3px;
text-transform: uppercase;
}
.post-card-body {
padding: 20px;
display: flex;
flex-direction: column;
flex: 1;
}
.post-card-title {
font-size: 16px;
font-weight: 700;
line-height: 1.35;
margin-bottom: 10px;
text-transform: uppercase;
letter-spacing: 0.3px;
}
.post-card-title a { color: var(--text-primary); }
.post-card-title a:hover { color: var(--accent-orange); }
.post-card-excerpt {
font-size: 13px;
line-height: 1.6;
color: var(--text-secondary);
flex: 1;
margin-bottom: 16px;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.post-card-footer {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 12px;
border-top: 1px solid var(--border-light);
}
.post-card-date { font-size: 12px; color: var(--text-muted); }
.btn-read {
display: inline-flex;
align-items: center;
gap: 4px;
padding: 6px 16px;
background: var(--accent-orange);
color: white;
border-radius: var(--radius-sm);
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
transition: all 0.2s;
}
.btn-read:hover { background: var(--accent-orange-hover); color: white; } .single-layout {
display: grid;
grid-template-columns: 1fr 320px;
gap: 32px;
align-items: start;
}
.article-main {
background: var(--bg-card);
border: 1px solid var(--border-color);
border-radius: var(--radius);
padding: 32px;
min-width: 0;
overflow: hidden;
}
.article-main h1 { font-size: 26px; text-transform: uppercase; letter-spacing: 0.5px; }
.article-meta {
display: flex;
align-items: center;
gap: 16px;
font-size: 13px;
color: var(--text-secondary);
margin-bottom: 24px;
padding-bottom: 16px;
border-bottom: 1px solid var(--border-light);
flex-wrap: wrap;
}
.article-body { font-size: 15px; line-height: 1.8; color: var(--text-primary); }
.article-body h2 { margin-top: 24px; padding-bottom: 8px; border-bottom: 1px solid var(--border-light); }
.article-body h3 { margin-top: 16px; }
.article-body img { border-radius: var(--radius); margin: 12px 0; }
.article-body ul, .article-body ol { margin: 12px 0; padding-left: 24px; }
.article-body li { margin-bottom: 6px; }
.article-body p { margin-bottom: 12px; } .article-body p:empty,
.article-body br + br { display: none; }
.article-body .wp-block-separator { margin: 16px 0; }
.article-body .wp-block-spacer { height: 0 !important; min-height: 0 !important; } .product-main-box p,
.product-main-box br,
.product-box p,
.product-box br,
.products-section > p { display: none; } .product-main-box > p,
.product-box-desc,
.product-box-note p { display: block; } .price-button-box p { display: contents; } .article-body .product-main-box img,
.article-body .product-box img,
.article-body .bilddetail img,
.article-body .productimages img { margin: 0; } .merchant-row br,
.bilddetail br,
.cover br,
.productimages br,
.product-box-image br { display: none; }
.article-body blockquote {
margin: 24px 0;
padding: 16px 20px;
border-left: 4px solid var(--accent-orange);
background: var(--bg-secondary);
border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
color: var(--text-secondary);
font-style: italic;
}
.article-body pre {
background: var(--bg-primary);
border: 1px solid var(--border-color);
border-radius: var(--radius-sm);
padding: 16px;
overflow-x: auto;
margin: 16px 0;
font-family: var(--font-mono);
font-size: 13px;
}
.article-body code {
background: var(--bg-secondary);
padding: 2px 6px;
border-radius: 3px;
font-family: var(--font-mono);
font-size: 13px;
}
.article-body a { color: var(--accent-orange); text-decoration: underline; text-underline-offset: 2px; }
.article-body a:hover { color: var(--accent-orange-hover); }
.article-body .product-main-box a,
.article-body .product-box a { color: inherit; text-decoration: none; }
.article-body .merchant-row { text-decoration: none; } .post-navigation {
display: flex;
justify-content: space-between;
gap: 16px;
margin-top: 32px;
padding-top: 24px;
border-top: 1px solid var(--border-color);
}
.post-nav-link {
display: flex;
align-items: center;
gap: 12px;
padding: 16px 20px;
background: var(--bg-card);
border: 1px solid var(--border-color);
border-radius: var(--radius);
color: var(--text-primary);
text-decoration: none;
transition: all 0.2s ease;
flex: 1;
min-width: 0;
}
.post-nav-link:hover {
border-color: var(--accent-orange);
background: var(--bg-card-hover);
transform: translateY(-2px);
box-shadow: var(--shadow-card-hover);
}
.post-nav-next { justify-content: flex-end; text-align: right; }
.post-nav-arrow {
font-size: 24px;
color: var(--accent-orange);
flex-shrink: 0;
line-height: 1;
}
.post-nav-text {
display: flex;
flex-direction: column;
gap: 2px;
min-width: 0;
}
.post-nav-label {
font-size: 11px;
font-weight: 700;
color: var(--text-muted);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.post-nav-title {
font-size: 14px;
font-weight: 600;
color: var(--text-primary);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
@media (max-width: 640px) {
.post-navigation { flex-direction: column; }
.post-nav-next { text-align: left; justify-content: flex-start; }
} .site-sidebar {
display: flex;
flex-direction: column;
gap: 20px;
position: sticky;
top: calc(var(--header-height) + var(--nav-height) + 20px);
min-width: 0;
overflow: hidden;
}
.sidebar-widget {
background: var(--bg-card);
border: 1px solid var(--border-color);
border-radius: var(--radius);
overflow: hidden;
}
.sidebar-widget-header {
padding: 12px 16px;
background: var(--bg-secondary);
border-bottom: 1px solid var(--border-color);
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.sidebar-widget-body { padding: 16px; }
.sidebar-widget-body ul { list-style: none; }
.sidebar-widget-body li { padding: 8px 0; border-bottom: 1px solid var(--border-light); font-size: 14px; }
.sidebar-widget-body li:last-child { border-bottom: none; }
.sidebar-widget-body li a { color: var(--text-primary); display: block; }
.sidebar-widget-body li a:hover { color: var(--accent-orange); } .site-footer {
background: var(--bg-footer);
border-top: 1px solid var(--border-color);
margin-top: auto;
}
.footer-colorbar { display: flex; height: 4px; }
.footer-colorbar span { flex: 1; }
.footer-colorbar span:nth-child(1) { background: var(--accent-orange); }
.footer-colorbar span:nth-child(2) { background: var(--accent-green); }
.footer-colorbar span:nth-child(3) { background: var(--accent-blue); }
.footer-colorbar span:nth-child(4) { background: var(--accent-yellow); }  #mca-nav-bar-wrap {
max-width: 100%;
overflow: hidden;
}
#mca-nav-bar-wrap .mca-variant-nav {
box-sizing: border-box;
max-width: 100%;
overflow: hidden;
}
#mca-nav-bar-wrap .sp-container {
max-width: var(--max-width);
margin: 0 auto;
padding: 0 24px;
box-sizing: border-box;
} .site-sidebar .mca-affiliate-box {
max-width: 100%;
overflow: hidden;
box-sizing: border-box;
}
.site-sidebar .mca-aff-card {
max-width: 100%;
}
.site-sidebar .mca-aff-card-img {
flex-shrink: 0;
}
.footer-inner {
max-width: var(--max-width);
margin: 0 auto;
padding: 32px 24px 20px;
}
.footer-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 32px;
margin-bottom: 24px;
padding-bottom: 24px;
border-bottom: 1px solid var(--border-color);
}
.footer-col h4 { font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 16px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 8px; }
.footer-col a { font-size: 13px; color: var(--text-secondary); }
.footer-col a:hover { color: var(--accent-orange); }
.footer-bottom {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px;
font-size: 12px;
color: var(--text-muted);
}
.footer-bottom a { color: var(--text-muted); }
.footer-bottom a:hover { color: var(--text-primary); } .pagination, .nav-links {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin: 40px 0 20px;
flex-wrap: wrap;
}
.pagination a, .pagination span,
.nav-links .page-numbers {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 36px;
height: 36px;
padding: 0 10px;
border-radius: 6px;
font-size: 14px;
font-weight: 600;
background: var(--bg-card);
border: 1px solid var(--border-color);
color: var(--text-primary);
text-decoration: none;
transition: all 0.2s;
}
.pagination a:hover, .nav-links .page-numbers:hover {
background: var(--accent-orange);
border-color: var(--accent-orange);
color: white;
}
.pagination .current, .nav-links .page-numbers.current {
background: var(--accent-orange);
border-color: var(--accent-orange);
color: white;
} .mobile-nav-overlay {
display: none;
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0,0,0,0.6);
z-index: 999;
}
.mobile-nav-overlay.active { display: block; }
.mobile-nav-drawer {
position: fixed;
top: 0;
right: -300px;
width: 300px;
height: 100%;
background: var(--bg-card);
border-left: 1px solid var(--border-color);
z-index: 1001;
transition: right 0.3s ease;
overflow-y: auto;
padding: 60px 20px 20px;
}
.mobile-nav-drawer.active { right: 0; }
.mobile-nav-close {
position: absolute;
top: 16px; right: 16px;
background: none;
border: none;
color: var(--text-primary);
font-size: 24px;
cursor: pointer;
}
.mobile-nav-drawer .mobile-search { margin-bottom: 20px; }
.mobile-nav-drawer .mobile-search input {
width: 100%;
padding: 10px 14px;
background: var(--bg-secondary);
border: 1px solid var(--border-color);
border-radius: 6px;
color: var(--text-primary);
font-size: 14px;
}
.mobile-nav-drawer ul { list-style: none; }
.mobile-nav-drawer li { border-bottom: 1px solid var(--border-light); }
.mobile-nav-drawer li a { display: block; padding: 12px 0; color: var(--text-primary); font-size: 15px; font-weight: 500; }
.mobile-nav-drawer li a:hover { color: var(--accent-orange); } .product-main-box {
background: var(--bg-secondary);
border: 1px solid var(--border-color);
border-radius: var(--radius);
padding: 28px;
margin: 32px 0;
}
.product-main-box-title {
font-size: 20px;
font-weight: 700;
color: var(--accent-orange);
margin-bottom: 4px;
border: none;
padding: 0;
margin-top: 0;
}
.product-main-box > p {
font-size: 14px;
color: var(--text-secondary);
margin-bottom: 20px;
} .product-box--main {
display: grid;
grid-template-columns: 280px 1fr;
gap: 28px;
align-items: start;
} .product-box--main > p,
.product-box--main > br { display: none; }
.product-box--main > .bilddetail,
.product-box--main > .product-box-content { display: flex; } .bilddetail {
display: flex;
flex-direction: column;
gap: 12px;
}
.bilddetail .cover {
width: 100%;
aspect-ratio: 1;
max-width: 280px;
background: #fff;
border-radius: var(--radius);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid var(--border-color);
}
.bilddetail .cover a { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; }
.bilddetail .cover img { max-width: 90%; max-height: 90%; object-fit: contain; } .productimages { display: flex; flex-direction: column; gap: 8px; }
.productimages .txt {
font-size: 12px;
font-weight: 600;
color: var(--text-secondary);
text-transform: uppercase;
letter-spacing: 0.5px;
}
.productimages .img-row { display: flex; gap: 8px; flex-wrap: wrap; }
.productimages .img {
width: 56px;
height: 56px;
background: #fff;
border-radius: var(--radius-sm);
overflow: hidden;
border: 2px solid var(--border-color);
cursor: pointer;
transition: border-color 0.2s;
display: inline-flex;
align-items: center;
justify-content: center;
}
.productimages .img:hover,
.productimages .img.active { border-color: var(--accent-orange); }
.productimages .img img { width: 100%; height: 100%; object-fit: contain; padding: 3px; } .product-box-content { display: flex; flex-direction: column; gap: 10px; }
.product-box-title {
font-size: 18px;
font-weight: 700;
color: var(--text-primary);
line-height: 1.3;
}
.product-box-desc {
font-size: 14px;
color: var(--text-secondary);
line-height: 1.6;
margin: 0;
} .price-button-box {
background: var(--bg-primary);
border: 1px solid var(--border-color);
border-radius: var(--radius);
padding: 12px;
margin: 8px 0;
}
.price-button-box .txt {
font-size: 12px;
font-weight: 700;
color: var(--text-secondary);
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 4px;
}
.price-button-box .price-date {
font-size: 11px;
color: var(--text-muted);
margin-bottom: 8px;
} .price-button-box .price-date { display: block; } .merchant-row {
display: flex;
align-items: center;
justify-content: space-between;
padding: 6px 10px;
background: var(--bg-card);
border: 1px solid var(--border-color);
border-radius: var(--radius-sm);
margin-bottom: 5px;
text-decoration: none;
transition: all 0.2s;
gap: 8px;
color: inherit;
}
.merchant-row:last-child { margin-bottom: 0; }
.merchant-row:hover { border-color: var(--accent-orange); background: var(--bg-card-hover); transform: translateX(2px); }
.merchant-row .merchant-price-info {
display: flex;
flex-direction: column;
gap: 1px;
min-width: 120px;
}
.merchant-row .merchant-price {
font-size: 15px;
font-weight: 800;
color: var(--accent-orange);
}
.merchant-row .merchant-shipping {
font-size: 11px;
color: var(--text-muted);
}
.merchant-row .merchant-logo {
height: 32px;
max-width: 120px;
object-fit: contain;
flex-shrink: 0;
}
.merchant-row .merchant-name-text {
font-size: 14px;
font-weight: 700;
color: var(--text-primary);
white-space: nowrap;
} .merchant-row--amazon { border-left: 3px solid #FF9900; }
.merchant-row--amazon .merchant-price { color: #FF9900; }
.merchant-row--toom { border-left: 3px solid #e30613; }
.merchant-row--obi { border-left: 3px solid #f58220; }
.merchant-row--hornbach { border-left: 3px solid #ff6600; }
.merchant-row--otto { border-left: 3px solid #d6001c; }
.merchant-row--conrad { border-left: 3px solid #003d7c; }
.merchant-row--boettcher { border-left: 3px solid #c40d2e; }
.merchant-row--voelkner { border-left: 3px solid #00457c; }
.merchant-row--ebay { border-left: 3px solid #e53238; }
.merchant-row--galaxus { border-left: 3px solid #5130a4; }
.merchant-row--globus { border-left: 3px solid #009640; } .merchant-row .merchant-btn {
display: inline-flex;
align-items: center;
padding: 6px 14px;
border-radius: var(--radius-sm);
font-size: 12px;
font-weight: 700;
white-space: nowrap;
color: white;
flex-shrink: 0;
}
.merchant-row--amazon .merchant-btn { background: #FF9900; color: #111; }
.merchant-row--conrad .merchant-btn { background: #003d7c; }
.merchant-row--boettcher .merchant-btn { background: #c40d2e; }
.merchant-row--voelkner .merchant-btn { background: #00457c; }
.merchant-row--ebay .merchant-btn { background: #E53238; }
.merchant-row--galaxus .merchant-btn { background: #5130a4; }
.merchant-row--toom .merchant-btn { background: #e30613; }
.merchant-row--obi .merchant-btn { background: #f58220; }
.merchant-row--hornbach .merchant-btn { background: #ff6600; }
.merchant-row--otto .merchant-btn { background: #D6001C; }
.merchant-row--globus .merchant-btn { background: #009640; } .product-box-price {
display: flex;
align-items: baseline;
gap: 8px;
margin: 4px 0;
}
.product-box-price .current-price {
font-size: 24px;
font-weight: 700;
color: var(--accent-orange);
}
.product-box-price .original-price {
font-size: 14px;
color: var(--text-muted);
text-decoration: line-through;
}
.product-box-price .discount-badge {
display: inline-block;
padding: 2px 8px;
background: var(--accent-red);
color: white;
font-size: 11px;
font-weight: 700;
border-radius: 3px;
}
.product-box-meta {
font-size: 12px;
color: var(--text-muted);
display: flex;
gap: 16px;
flex-wrap: wrap;
}
.product-box-buttons {
display: flex;
gap: 10px;
margin-top: 8px;
flex-wrap: wrap;
}
.product-btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 10px 20px;
border-radius: var(--radius-sm);
font-size: 13px;
font-weight: 700;
text-decoration: none;
transition: all 0.2s;
cursor: pointer;
border: none;
white-space: nowrap;
}
.product-btn--amazon { background: #FF9900; color: #111; }
.product-btn--amazon:hover { background: #FFB84D; color: #111; }
.product-btn--toom { background: #e30613; color: white; }
.product-btn--toom:hover { background: #ff1a27; color: white; }
.product-btn--obi { background: #f58220; color: white; }
.product-btn--obi:hover { background: #ff9940; color: white; }
.product-btn--hornbach { background: #ff6600; color: white; }
.product-btn--hornbach:hover { background: #ff8533; color: white; }
.product-btn--otto { background: #D6001C; color: white; }
.product-btn--otto:hover { background: #E52238; color: white; }
.product-btn--ebay { background: #E53238; color: white; }
.product-btn--ebay:hover { background: #F04E54; color: white; }
.product-btn--globus { background: #009640; color: white; }
.product-btn--globus:hover { background: #00b34d; color: white; }
.product-btn--generic { background: var(--accent-blue); color: white; }
.product-btn--generic:hover { background: #79b8ff; color: white; }
.product-box-note {
font-size: 11px;
color: var(--text-muted);
margin-top: 8px;
font-style: italic;
line-height: 1.5;
} .product-box {
background: var(--bg-card);
border: 1px solid var(--border-color);
border-radius: var(--radius);
padding: 24px;
margin: 32px 0;
display: grid;
grid-template-columns: 200px 1fr;
gap: 24px;
align-items: start;
transition: border-color 0.2s;
}
.product-box:hover { border-color: var(--accent-orange); }
.product-box .product-box-image {
width: 200px;
height: 200px;
background: #fff;
border-radius: var(--radius-sm);
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.product-box .product-box-image img { width: 100%; height: 100%; object-fit: contain; padding: 8px; } .products-section { margin: 32px 0; }
.products-section-title {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
padding-bottom: 12px;
border-bottom: 3px solid var(--accent-orange);
margin-bottom: 20px;
}
.products-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
}
.products-grid .product-box {
grid-template-columns: 1fr;
margin: 0;
}
.products-grid .product-box .product-box-image { width: 100%; height: 160px; }
@media (max-width: 768px) {
.product-box--main { grid-template-columns: 1fr; }
.bilddetail .cover { max-width: 100%; }
.product-box { grid-template-columns: 1fr; }
.product-box .product-box-image { width: 100%; height: 180px; }
.products-grid { grid-template-columns: 1fr; }
.merchant-row { flex-wrap: wrap; }
} .wp-block-image img, .entry-content img { max-width: 100%; height: auto; border-radius: var(--radius); }
.aligncenter { text-align: center; }
.alignleft { float: left; margin: 0 16px 16px 0; }
.alignright { float: right; margin: 0 0 16px 16px; }
.screen-reader-text {
clip: rect(1px,1px,1px,1px);
position: absolute !important;
height: 1px; width: 1px;
overflow: hidden;
}
.no-posts { text-align: center; padding: 80px 20px; color: var(--text-secondary); }
.no-posts h2 { font-size: 24px; margin-bottom: 12px; }
.archive-header { margin-bottom: 32px; padding: 24px 0; border-bottom: 1px solid var(--border-color); }
.archive-header h1 { font-size: 24px; text-transform: uppercase; letter-spacing: 1px; } @media (min-width: 1600px) {
.posts-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 1200px) {
.featured-grid { grid-template-columns: repeat(3, 1fr); }
.single-layout { grid-template-columns: 1fr 280px; gap: 24px; }
.footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 1024px) {
.posts-grid { grid-template-columns: repeat(2, 1fr); }
.single-layout { grid-template-columns: 1fr; }
.site-sidebar { position: static; }
.header-search { max-width: 280px; }
}
@media (max-width: 768px) {
.header-search { display: none; }
.mobile-toggle { display: flex; }
.featured-grid { grid-template-columns: repeat(2, 1fr); }
.footer-grid { grid-template-columns: 1fr; gap: 24px; }
.content-wrapper, .header-inner, .nav-inner, .featured-inner, .footer-inner { padding-left: 16px; padding-right: 16px; }
.article-main { padding: 20px; }
}
@media (max-width: 640px) {
.posts-grid, .featured-grid { grid-template-columns: 1fr; }
h1 { font-size: 22px; } h2 { font-size: 20px; }
.section-header h2 { font-size: 18px; }
.post-card-body { padding: 16px; }
.footer-bottom { flex-direction: column; text-align: center; }
.site-main { padding: 20px 0; }
}.ha-header {
position: sticky;
top: 0;
z-index: 100;
background: linear-gradient(135deg, #0d1117 0%, #161b22 100%);
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
width: 100%;
}
.ha-header-inner {
max-width: var(--max-width, 1400px);
margin: 0 auto;
padding: 0 20px;
display: flex;
justify-content: space-between;
align-items: center;
height: 70px;
gap: 20px;
} .ha-logo {
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
font-weight: 700;
font-size: 1.3rem;
color: white;
transition: opacity 0.3s ease;
flex-shrink: 0;
min-width: 150px;
}
.ha-logo:hover {
opacity: 0.8;
}
.ha-logo img {
height: 40px;
width: auto;
display: block;
}
.ha-logo-text {
display: flex;
flex-direction: column;
line-height: 1.1;
}
.ha-logo-text span {
font-size: 0.7rem;
opacity: 0.8;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase;
} .ha-nav-primary {
display: flex;
align-items: center;
gap: 0;
list-style: none;
margin: 0;
padding: 0;
flex: 1;
}
.ha-nav-item {
position: relative;
height: 70px;
display: flex;
align-items: center;
}
.ha-nav-link {
display: flex;
align-items: center;
height: 100%;
padding: 0 20px;
color: white;
text-decoration: none;
font-weight: 500;
font-size: 0.95rem;
transition: all 0.3s ease;
position: relative;
white-space: nowrap;
}
.ha-nav-link::after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 3px;
background: var(--accent-orange, #FF6B35);
transform: scaleX(0);
transform-origin: right;
transition: transform 0.3s ease;
}
.ha-nav-link:hover::after {
transform: scaleX(1);
transform-origin: left;
}
.ha-nav-link:hover {
background: rgba(255, 255, 255, 0.1);
} .ha-nav-item.has-children > .ha-nav-link::before {
content: '▼';
display: inline-block;
margin-left: 6px;
font-size: 0.7rem;
transition: transform 0.3s ease;
}
.ha-nav-item.has-children > .ha-nav-link:hover::before,
.ha-nav-item.has-children.active > .ha-nav-link::before {
transform: rotate(180deg);
} .ha-dropdown-menu {
position: absolute;
top: 70px;
left: 0;
width: 100%;
min-width: 250px;
background: var(--bg-card, #1c2333);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
border-top: 3px solid var(--accent-orange, #FF6B35);
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.3s ease;
max-height: calc(100vh - 100px);
overflow-y: auto;
z-index: 200;
}
.ha-nav-item:hover > .ha-dropdown-menu,
.ha-nav-item.active > .ha-dropdown-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.ha-dropdown-menu ul {
list-style: none;
margin: 0;
padding: 0;
}
.ha-dropdown-item {
border-bottom: 1px solid var(--border-color, #30363d);
}
.ha-dropdown-item:last-child {
border-bottom: none;
}
.ha-dropdown-item a {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 20px;
color: var(--text-primary, #e6edf3);
text-decoration: none;
font-size: 0.95rem;
transition: all 0.2s ease;
white-space: normal;
}
.ha-dropdown-item a:hover {
background: var(--bg-secondary, #161b22);
color: var(--accent-orange, #FF6B35);
padding-left: 24px;
}
.ha-dropdown-item a::before {
content: '→';
font-weight: bold;
opacity: 0;
transition: opacity 0.2s ease;
}
.ha-dropdown-item a:hover::before {
opacity: 1;
color: var(--accent-orange, #FF6B35);
}
.ha-dropdown-count {
margin-left: auto;
background: var(--accent-orange, #FF6B35);
color: var(--accent-orange, #FF6B35);
padding: 2px 8px;
border-radius: var(--radius-full);
font-size: 0.8rem;
font-weight: 600;
} .ha-search-container {
display: flex;
align-items: center;
background: rgba(255, 255, 255, 0.1);
border-radius: var(--radius-md);
padding: 8px 12px;
border: 1px solid rgba(255, 255, 255, 0.2);
gap: 8px;
transition: all 0.3s ease;
flex: 0 1 250px;
}
.ha-search-container:focus-within {
background: rgba(255, 255, 255, 0.2);
border-color: var(--accent-orange, #FF6B35);
}
.ha-search-input {
flex: 1;
background: transparent;
border: none;
color: white;
font-size: 0.95rem;
outline: none;
min-width: 100px;
}
.ha-search-input::placeholder {
color: rgba(255, 255, 255, 0.7);
}
.ha-search-button {
background: none;
border: none;
color: white;
cursor: pointer;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.1rem;
transition: color 0.3s ease;
}
.ha-search-button:hover {
color: var(--accent-orange, #FF6B35);
} .ha-search-suggestions {
position: absolute;
top: 100%;
left: 0;
right: 0;
background: var(--bg-card, #1c2333);
border: 1px solid var(--border-color, #30363d);
border-top: none;
border-radius: 0 0 var(--radius-md) var(--radius-md);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
max-height: 300px;
overflow-y: auto;
display: none;
z-index: 201;
}
.ha-search-suggestions.active {
display: block;
}
.ha-search-suggestion {
padding: 12px 16px;
border-bottom: 1px solid var(--border-color, #30363d);
cursor: pointer;
transition: background 0.2s ease;
display: flex;
align-items: center;
gap: 10px;
color: var(--text-primary, #e6edf3);
text-decoration: none;
}
.ha-search-suggestion:hover {
background: var(--bg-secondary, #161b22);
color: var(--accent-orange, #FF6B35);
}
.ha-search-suggestion .icon {
font-size: 0.9rem;
opacity: 0.6;
} .ha-menu-toggle {
display: none;
flex-direction: column;
background: none;
border: none;
cursor: pointer;
padding: 8px;
gap: 5px;
flex-shrink: 0;
}
.ha-menu-toggle span {
width: 24px;
height: 2.5px;
background: var(--bg-card, #1c2333);
border-radius: 2px;
transition: all 0.3s ease;
display: block;
}
.ha-menu-toggle.active span:nth-child(1) {
transform: rotate(45deg) translate(10px, 10px);
}
.ha-menu-toggle.active span:nth-child(2) {
opacity: 0;
}
.ha-menu-toggle.active span:nth-child(3) {
transform: rotate(-45deg) translate(7px, -7px);
} @media (max-width: 1024px) {
.ha-nav-primary {
position: fixed;
left: 0;
top: 70px;
width: 100%;
max-width: 300px;
height: calc(100vh - 70px);
background: var(--bg-card, #1c2333);
flex-direction: column;
gap: 0;
box-shadow: 2px 0 12px rgba(0, 0, 0, 0.1);
transform: translateX(-100%);
transition: transform 0.3s ease;
overflow-y: auto;
z-index: 99;
}
.ha-nav-primary.active {
transform: translateX(0);
}
.ha-nav-item {
width: 100%;
height: auto;
border-bottom: 1px solid var(--border-color, #30363d);
}
.ha-nav-item:last-child {
border-bottom: none;
}
.ha-nav-link {
width: 100%;
height: auto;
padding: 16px 20px;
color: var(--text-primary, #e6edf3);
font-size: 1rem;
}
.ha-nav-link::after {
display: none;
}
.ha-nav-link:hover {
background: var(--bg-secondary, #161b22);
color: var(--accent-orange, #FF6B35);
}
.ha-dropdown-menu {
position: static;
width: 100%;
max-width: none;
top: auto;
left: auto;
opacity: 0;
visibility: hidden;
max-height: 0;
overflow: hidden;
box-shadow: none;
background: var(--bg-secondary, #161b22);
border-top: none;
border-left: 3px solid var(--accent-orange, #FF6B35);
transition: all 0.3s ease;
margin: 0;
padding: 0;
}
.ha-dropdown-menu.active {
opacity: 1;
visibility: visible;
max-height: 500px;
}
.ha-dropdown-item a {
padding: 10px 20px 10px 40px;
}
.ha-dropdown-item a:hover {
padding-left: 44px;
}
.ha-menu-toggle {
display: flex;
}
.ha-search-container {
flex: 0 1 auto;
width: 40px;
height: 40px;
padding: 0;
border: none;
background: transparent;
}
.ha-search-input {
display: none;
}
.ha-search-suggestions {
position: fixed;
top: 70px;
left: 0;
right: 0;
width: 100%;
max-height: 60vh;
border-radius: 0;
margin: 0;
}
}
@media (max-width: 640px) {
.ha-header-inner {
height: 60px;
gap: 12px;
}
.ha-logo {
min-width: 120px;
font-size: 1.1rem;
}
.ha-logo img {
height: 35px;
}
.ha-nav-primary {
top: 60px;
max-height: calc(100vh - 60px);
}
.ha-search-container {
width: 36px;
height: 36px;
}
.ha-search-button {
font-size: 1rem;
}
} .ha-breadcrumbs {
background: var(--bg-card, #1c2333);
padding: 12px 20px;
border-bottom: 1px solid var(--border-color, #30363d);
font-size: 0.9rem;
color: var(--text-secondary, #8b949e);
max-width: var(--max-width, 1400px);
margin: 0 auto;
}
.ha-breadcrumbs a {
color: var(--accent-orange, #FF6B35);
text-decoration: none;
transition: color 0.2s ease;
}
.ha-breadcrumbs a:hover {
color: var(--color-primary-dark);
text-decoration: underline;
}
.ha-breadcrumbs span {
margin: 0 8px;
opacity: 0.6;
}
.ha-breadcrumbs-current {
color: var(--text-primary, #e6edf3);
font-weight: 500;
} @media (prefers-reduced-motion: reduce) {
.ha-nav-link,
.ha-dropdown-menu,
.ha-search-suggestions,
.ha-menu-toggle span,
.ha-nav-primary {
transition: none;
}
} .ha-nav-link:focus,
.ha-dropdown-item a:focus,
.ha-search-input:focus,
.ha-menu-toggle:focus {
outline: 2px solid var(--accent-orange, #FF6B35);
outline-offset: 2px;
} .ha-header.scrolled {
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
} .ha-nav-item.active > .ha-nav-link {
background: rgba(255, 107, 53, 0.1);
color: var(--accent-orange, #FF6B35);
}
.ha-nav-item.active > .ha-nav-link::after {
transform: scaleX(1);
} @media print {
.ha-header,
.ha-breadcrumbs,
.ha-search-container,
.ha-menu-toggle {
display: none !important;
}
}.ha-product-sidebar {
display: flex;
flex-direction: column;
gap: var(--spacing-lg);
grid-column: 1 / -1;
margin-top: var(--spacing-lg);
}
.ha-sidebar-module {
background: var(--bg-card, #1c2333);
border: 1px solid var(--border-color, #30363d);
border-radius: var(--radius-md);
padding: var(--spacing-md);
box-shadow: var(--shadow-sm);
transition: box-shadow 0.3s ease;
}
.ha-sidebar-module:hover {
box-shadow: var(--shadow-md);
}
.ha-sidebar-module h3 {
font-size: 1.1rem;
font-weight: 600;
margin-bottom: var(--spacing-md);
color: var(--accent-orange, #FF6B35);
border-bottom: 2px solid var(--accent-orange, #FF6B35);
padding-bottom: var(--spacing-sm);
} .ha-module-quick-stats {
display: grid;
grid-template-columns: 1fr;
gap: var(--spacing-sm);
}
.ha-stat-item {
display: grid;
grid-template-columns: 1fr 1fr;
gap: var(--spacing-sm);
padding: var(--spacing-sm) 0;
border-bottom: 1px solid var(--border-color, #30363d);
align-items: center;
}
.ha-stat-item:last-child {
border-bottom: none;
}
.ha-stat-label {
font-weight: 500;
font-size: 0.9rem;
color: var(--text-secondary, #8b949e);
}
.ha-stat-value {
font-weight: 600;
font-size: 1rem;
color: var(--accent-orange, #FF6B35);
text-align: right;
} .ha-module-amazon-links {
display: flex;
flex-direction: column;
gap: var(--spacing-md);
}
.ha-button-amazon {
background: linear-gradient(135deg, #FF9900 0%, #FF6B35 100%);
color: white;
border: none;
padding: var(--spacing-md);
border-radius: var(--radius-md);
text-align: center;
text-decoration: none;
font-weight: 600;
font-size: 1rem;
cursor: pointer;
transition: all 0.3s ease;
display: block;
}
.ha-button-amazon:hover {
background: linear-gradient(135deg, #FFA500 0%, #FF7A45 100%);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}
.ha-button + .ha-button {
margin-top: var(--spacing-sm);
}
.ha-amazon-info {
background: var(--bg-secondary, #161b22);
padding: var(--spacing-sm);
border-radius: var(--radius-sm);
text-align: center;
font-size: 0.85rem;
color: var(--text-secondary, #8b949e);
}
.ha-amazon-info strong {
color: var(--accent-orange, #FF6B35);
font-family: 'Courier New', monospace;
} .ha-alternatives-list {
display: flex;
flex-direction: column;
gap: var(--spacing-md);
}
.ha-alternative-item {
display: grid;
grid-template-columns: 80px 1fr;
gap: var(--spacing-sm);
padding: var(--spacing-sm);
border: 1px solid var(--border-color, #30363d);
border-radius: var(--radius-sm);
background: var(--bg-secondary, #161b22);
transition: all 0.2s ease;
}
.ha-alternative-item:hover {
border-color: var(--accent-orange, #FF6B35);
background: var(--bg-card, #1c2333);
}
.ha-alternative-item img {
width: 80px;
height: 80px;
object-fit: cover;
border-radius: var(--radius-sm);
}
.ha-alt-info {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.ha-alt-info h4 {
font-size: 0.95rem;
font-weight: 600;
margin: 0;
line-height: 1.3;
}
.ha-alt-info h4 a {
color: var(--accent-orange, #FF6B35);
text-decoration: none;
transition: color 0.2s;
}
.ha-alt-info h4 a:hover {
color: var(--color-primary-dark);
text-decoration: underline;
}
.ha-alt-price {
font-weight: 600;
color: var(--accent-orange, #FF6B35);
font-size: 1rem;
}
.ha-button-small {
padding: 0.5rem 1rem;
font-size: 0.85rem;
align-self: flex-start;
white-space: nowrap;
} .ha-categories-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 0;
}
.ha-categories-list li {
border-bottom: 1px solid var(--border-color, #30363d);
}
.ha-categories-list li:last-child {
border-bottom: none;
}
.ha-categories-list a {
display: flex;
justify-content: space-between;
align-items: center;
padding: var(--spacing-md) 0;
color: var(--accent-orange, #FF6B35);
text-decoration: none;
font-weight: 500;
transition: all 0.2s ease;
}
.ha-categories-list a:hover {
color: var(--color-primary-dark);
padding-left: var(--spacing-sm);
}
.ha-count {
background: var(--accent-orange, #FF6B35);
color: var(--accent-orange, #FF6B35);
border-radius: 20px;
padding: 2px 8px;
font-size: 0.8rem;
font-weight: 600;
} .ha-popular-list {
display: flex;
flex-direction: column;
gap: var(--spacing-md);
}
.ha-popular-item {
padding: var(--spacing-md);
border: 1px solid var(--border-color, #30363d);
border-radius: var(--radius-sm);
background: var(--bg-secondary, #161b22);
transition: all 0.2s ease;
position: relative;
overflow: hidden;
}
.ha-popular-item::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 4px;
height: 100%;
background: linear-gradient(180deg, var(--accent-orange, #FF6B35) 0%, var(--color-secondary) 100%);
}
.ha-popular-item h4 {
font-size: 0.95rem;
font-weight: 600;
margin: 0 0 var(--spacing-sm) 0;
color: var(--text-primary, #e6edf3);
}
.ha-popular-item h4 a {
color: var(--accent-orange, #FF6B35);
text-decoration: none;
transition: color 0.2s;
}
.ha-popular-item h4 a:hover {
color: var(--color-primary-dark);
text-decoration: underline;
}
.ha-popular-item small {
color: var(--text-secondary, #8b949e);
font-size: 0.85rem;
} @media (max-width: 1024px) {
.ha-product-sidebar {
grid-column: 1 / -1;
margin-top: var(--spacing-lg);
}
.ha-sidebar-module {
padding: var(--spacing-md);
}
.ha-alternative-item {
grid-template-columns: 70px 1fr;
}
.ha-alternative-item img {
width: 70px;
height: 70px;
}
.ha-stat-item {
grid-template-columns: 1fr 1fr;
}
} @media (max-width: 640px) {
.ha-product-sidebar {
gap: var(--spacing-md);
}
.ha-sidebar-module {
padding: var(--spacing-md);
margin: 0 calc(var(--spacing-md) * -1);
border-radius: 0;
border-left: 0;
border-right: 0;
}
.ha-sidebar-module h3 {
font-size: 1rem;
margin: 0 0 var(--spacing-md) 0;
} .ha-stat-item {
grid-template-columns: 1fr;
gap: 0;
padding: var(--spacing-sm) 0;
}
.ha-stat-label {
display: block;
font-size: 0.85rem;
}
.ha-stat-value {
text-align: left;
font-size: 1.1rem;
} .ha-button-amazon {
padding: 1rem;
font-size: 0.95rem;
}
.ha-module-amazon-links {
gap: var(--spacing-sm);
} .ha-alternative-item {
grid-template-columns: 60px 1fr;
}
.ha-alternative-item img {
width: 60px;
height: 60px;
}
.ha-alt-info h4 {
font-size: 0.9rem;
}
.ha-button-small {
padding: 0.5rem 0.75rem;
font-size: 0.8rem;
} .ha-categories-list a {
padding: var(--spacing-md) 0;
font-size: 0.95rem;
}
.ha-count {
padding: 2px 6px;
font-size: 0.75rem;
} .ha-popular-item {
padding: var(--spacing-md);
}
.ha-popular-item h4 {
font-size: 0.9rem;
}
.ha-popular-item small {
font-size: 0.8rem;
}
} .ha-button {
display: inline-block;
padding: var(--spacing-md) var(--spacing-lg);
background: var(--accent-orange, #FF6B35);
color: white;
border: none;
border-radius: var(--radius-md);
cursor: pointer;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
font-size: 0.95rem;
}
.ha-button:hover {
background: var(--color-primary-dark);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(255, 107, 53, 0.2);
}
.ha-button-secondary {
background: var(--border-color, #30363d);
color: var(--accent-orange, #FF6B35);
}
.ha-button-secondary:hover {
background: var(--accent-orange, #FF6B35);
color: white;
} .ha-color-border {
color: var(--border-color, #30363d);
}
.ha-color-text-secondary {
color: var(--text-secondary, #8b949e);
}
.ha-font-small {
font-size: 0.85rem;
} @media (prefers-reduced-motion: no-preference) {
.ha-sidebar-module,
.ha-alternative-item,
.ha-categories-list a,
.ha-button {
transition: all 0.3s ease;
}
.ha-button:hover,
.ha-alternative-item:hover {
transform: translateY(-2px);
}
}
@media (prefers-reduced-motion: reduce) {
.ha-sidebar-module,
.ha-alternative-item,
.ha-categories-list a,
.ha-button {
transition: none;
}
.ha-button:hover,
.ha-alternative-item:hover {
transform: none;
}
}.ha-content-with-sidebar {
display: grid;
grid-template-columns: 1fr 350px;
gap: 40px;
max-width: var(--max-width, 1400px);
margin: 0 auto;
padding: 0 20px;
}
.ha-content-main {
min-width: 0;
} .ha-product-sidebar {
display: flex;
flex-direction: column;
gap: 24px;
height: fit-content;
position: sticky;
top: 100px;
} .ha-single-product {
background: var(--bg-card, #1c2333);
padding: 20px 0;
}
.ha-container {
max-width: var(--max-width, 1400px);
margin: 0 auto;
padding: 0 20px;
}
.ha-grid {
display: grid;
gap: 40px;
align-items: start;
}
.ha-grid-2 {
grid-template-columns: 1fr 1fr;
}
.ha-grid-3 {
grid-template-columns: repeat(3, 1fr);
} .ha-hero {
padding: 40px 0;
margin-bottom: 40px;
border-radius: 8px;
}
.ha-hero .ha-container {
background: var(--bg-card, #1c2333);
padding: 40px;
border-radius: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
} .ha-product-images {
display: flex;
flex-direction: column;
gap: 16px;
}
.ha-main-image {
position: relative;
width: 100%;
aspect-ratio: 1 / 1;
background: #f5f5f5;
border-radius: 12px;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
}
.ha-main-image img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}
.ha-placeholder-image {
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100%;
background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
color: #999;
font-size: 18px;
font-weight: 500;
}
.ha-discount-badge {
position: absolute;
top: 16px;
right: 16px;
background: linear-gradient(135deg, #FF6B35, #F7931E);
color: white;
padding: 12px 20px;
border-radius: 50%;
width: 60px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
font-size: 18px;
box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
} .ha-gallery-thumbnails {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
}
.ha-gallery-thumb {
width: 100%;
aspect-ratio: 1 / 1;
object-fit: cover;
border-radius: 8px;
cursor: pointer;
border: 3px solid transparent;
transition: all 0.3s ease;
}
.ha-gallery-thumb:hover {
border-color: #FF6B35;
transform: scale(1.02);
} .ha-product-info {
display: flex;
flex-direction: column;
gap: 24px;
}
.ha-product-title {
font-size: 32px;
font-weight: bold;
color: #0d1117;
line-height: 1.2;
margin: 0;
} .ha-product-meta {
display: flex;
flex-direction: column;
gap: 8px;
color: #64748b;
font-size: 14px;
}
.ha-product-meta span {
display: flex;
align-items: center;
gap: 8px;
}
.ha-product-meta a {
color: #FF6B35;
text-decoration: none;
font-weight: 500;
transition: color 0.3s ease;
}
.ha-product-meta a:hover {
color: #e55a2b;
} .ha-product-rating {
display: flex;
align-items: center;
gap: 12px;
padding: 12px;
background: #f8f9fa;
border-radius: 8px;
}
.ha-stars {
font-size: 18px;
}
.ha-rating-text {
color: #64748b;
font-size: 14px;
} .ha-price-section {
padding: 20px;
background: linear-gradient(135deg, #f8f9fa, #f3f4f6);
border-radius: 12px;
border-left: 4px solid #FF6B35;
}
.ha-price-original {
color: #64748b;
text-decoration: line-through;
margin-bottom: 8px;
font-size: 14px;
}
.ha-price-current {
display: flex;
align-items: baseline;
gap: 8px;
}
.ha-currency {
font-size: 18px;
color: #64748b;
}
.ha-amount {
font-size: 42px;
font-weight: bold;
color: #FF6B35;
}
.ha-discount-text {
margin-top: 8px;
color: #10B981;
font-weight: 500;
font-size: 14px;
}
.ha-strike {
text-decoration: line-through;
} .ha-stock-status {
display: flex;
align-items: center;
gap: 12px;
padding: 16px;
background: #f9fafb;
border-radius: 8px;
font-weight: 500;
}
.ha-stock-icon {
font-size: 20px;
}
.ha-stock-label {
color: #0d1117;
} .ha-cta-buttons {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
}
.ha-button {
padding: 14px 24px;
border: none;
border-radius: 8px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 50px;
}
.ha-button-primary {
background: linear-gradient(135deg, #FF6B35, #f7931e);
color: white;
box-shadow: 0 4px 12px rgba(255, 107, 53, 0.2);
}
.ha-button-primary:hover:not(:disabled) {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(255, 107, 53, 0.3);
}
.ha-button-primary:disabled {
opacity: 0.6;
cursor: not-allowed;
}
.ha-button-secondary {
background: var(--bg-card, #1c2333);
color: #FF6B35;
border: 2px solid #FF6B35;
}
.ha-button-secondary:hover:not(:disabled) {
background: var(--bg-card, #1c2333)5F0;
transform: translateY(-2px);
}
.ha-button-large {
min-height: 50px;
font-size: 16px;
}
.ha-button-small {
padding: 10px 16px;
font-size: 14px;
min-height: auto;
} .ha-additional-info {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
padding-top: 16px;
border-top: 1px solid #e5e7eb;
}
.ha-info-item {
display: flex;
justify-content: space-between;
align-items: center;
}
.ha-info-label {
color: #64748b;
font-size: 13px;
text-transform: uppercase;
font-weight: 600;
}
.ha-info-value {
color: #0d1117;
font-weight: 500;
} .ha-tabs-section {
padding: 40px 0;
border-top: 1px solid #e5e7eb;
margin-top: 40px;
}
.ha-tabs {
display: flex;
gap: 4px;
border-bottom: 2px solid #e5e7eb;
margin-bottom: 32px;
}
.ha-tab-button {
padding: 12px 24px;
background: none;
border: none;
color: #64748b;
font-size: 16px;
font-weight: 500;
cursor: pointer;
border-bottom: 3px solid transparent;
transition: all 0.3s ease;
margin-bottom: -2px;
}
.ha-tab-button:hover {
color: #FF6B35;
}
.ha-tab-button.ha-tab-active {
color: #FF6B35;
border-bottom-color: #FF6B35;
}
.ha-tab-content {
display: none;
animation: fadeIn 0.3s ease;
}
.ha-tab-content.ha-tab-active {
display: block;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.ha-description,
.ha-specifications,
.ha-reviews {
color: #374151;
line-height: 1.6;
font-size: 16px;
}
.ha-description p,
.ha-specifications p,
.ha-reviews p {
margin-bottom: 16px;
} .ha-related-products {
padding: 60px 0;
background: #f9fafb;
border-top: 1px solid #e5e7eb;
margin-top: 60px;
}
.ha-related-products h2 {
font-size: 28px;
font-weight: bold;
margin-bottom: 32px;
color: #0d1117;
}
.ha-products-grid {
grid-template-columns: repeat(3, 1fr);
}
.ha-product-card {
background: var(--bg-card, #1c2333);
border-radius: 12px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
transition: all 0.3s ease;
}
.ha-product-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.12);
}
.ha-product-card-image {
width: 100%;
aspect-ratio: 1 / 1;
background: #f5f5f5;
overflow: hidden;
}
.ha-product-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease;
}
.ha-product-card:hover .ha-product-card-image img {
transform: scale(1.05);
}
.ha-product-card-body {
padding: 20px;
display: flex;
flex-direction: column;
gap: 12px;
}
.ha-product-card-body h3 {
margin: 0;
font-size: 16px;
line-height: 1.4;
}
.ha-product-card-body h3 a {
color: #0d1117;
text-decoration: none;
transition: color 0.3s ease;
}
.ha-product-card-body h3 a:hover {
color: #FF6B35;
}
.ha-product-card-price {
font-size: 20px;
font-weight: bold;
color: #FF6B35;
}
.ha-product-card-status {
font-size: 13px;
font-weight: 500;
} @media (max-width: 1024px) {
.ha-content-with-sidebar {
grid-template-columns: 1fr 300px;
gap: 30px;
}
.ha-product-sidebar {
top: 80px;
}
.ha-grid-2 {
grid-template-columns: 1fr;
}
.ha-grid-3 {
grid-template-columns: repeat(2, 1fr);
}
.ha-product-title {
font-size: 24px;
}
.ha-amount {
font-size: 32px;
}
.ha-cta-buttons {
grid-template-columns: 1fr;
}
}
@media (max-width: 640px) {
.ha-content-with-sidebar {
grid-template-columns: 1fr;
gap: 24px;
padding: 0 16px;
}
.ha-product-sidebar {
position: static;
top: 0;
order: 2;
}
.ha-content-main {
order: 1;
}
.ha-hero .ha-container {
padding: 20px;
}
.ha-product-images,
.ha-product-info {
gap: 16px;
}
.ha-product-title {
font-size: 20px;
}
.ha-amount {
font-size: 28px;
}
.ha-tabs {
gap: 0; overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.ha-tab-button {
padding: 10px 16px;
white-space: nowrap;
font-size: 14px;
}
.ha-gallery-thumbnails {
grid-template-columns: repeat(3, 1fr);
}
.ha-grid-3,
.ha-products-grid {
grid-template-columns: 1fr;
}
.ha-additional-info {
grid-template-columns: 1fr;
}
.ha-related-products h2 {
font-size: 22px;
}
} @media print {
.ha-cta-buttons,
.ha-tabs {
display: none;
}
.ha-product-title {
page-break-after: avoid;
}
}