* { box-sizing: border-box; margin: 0; padding: 0; }
body { background-color: #ffffff; font-family: "PingFang SC", "Helvetica Neue", Arial, sans-serif; color: #333; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
.static-wrap { max-width: 1200px; margin: 0 auto; padding: 0 15px; }
.static-topbar { background: #d16554; color: #ffffff; font-size: 13px; line-height: 36px; height: 36px; text-align: center; font-weight: bold; }
.static-header { background: #ffffff; padding: 25px 0; border-bottom: 1px solid #eee; }
.static-headflex { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.static-logo img { height: 45px; max-width: 200px; object-fit: contain; display: block; }
.static-search { flex: 1; max-width: 500px; display: flex; border: 1px solid #ddd; border-radius: 4px; overflow: hidden; background: #fafafa; height: 42px; }
.static-search input { flex: 1; border: none; padding: 0 15px; height: 100%; outline: none; font-size: 14px; background: transparent; }
.static-search button { background: #d16554; color: #fff; border: none; padding: 0 25px; font-weight: bold; cursor: pointer; transition: background 0.3s; }
.static-search button:hover { background: #b04b3a; }
.static-navbar { background: #ffffff; border-bottom: 1px solid #f0f0f0; }
.static-navflex { display: flex; align-items: center; justify-content: center; gap: 10px; overflow-x: auto; white-space: nowrap; height: 50px; }
.static-navitem { color: #2b3a4a; padding: 0 20px; line-height: 50px; font-size: 15px; font-weight: bold; transition: color 0.2s; position: relative; }
.static-navitem:hover, .static-navitem.active { color: #d16554; }
.static-navitem::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 0; height: 2px; background: #d16554; transition: width 0.3s; }
.static-navitem:hover::after, .static-navitem.active::after { width: 60%; }
.static-main { margin: 0 auto; }
.static-hero { background: #d16554; padding: 70px 0; margin-bottom: 40px; }
.static-hero-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
@media (max-width: 768px) { .static-hero-inner { flex-direction: column; text-align: center; } }
.static-hero-text { flex: 1; color: #ffffff; }
.static-hero-text h2 { font-size: 48px; font-weight: 900; line-height: 1.2; margin-bottom: 20px; }
.static-hero-price { font-size: 24px; font-weight: bold; color: #ffeb3b; margin-bottom: 30px; }
.static-btn { display: inline-block; background: transparent; color: #fff; border: 2px solid #fff; padding: 12px 35px; border-radius: 4px; font-weight: bold; font-size: 16px; transition: all 0.3s; }
.static-btn:hover { background: #fff; color: #d16554; }
.static-hero-img { flex: 1; text-align: right; }
@media (max-width: 768px) { .static-hero-img { text-align: center; } }
.static-hero-img img { max-width: 100%; max-height: 380px; object-fit: contain; border-radius: 8px; box-shadow: 0 20px 40px rgba(0,0,0,0.2); }
.static-sec { padding: 0 15px; margin-bottom: 50px; max-width: 1200px; margin-left: auto; margin-right: auto; }
.static-sec-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 25px; border-bottom: 2px solid #eee; padding-bottom: 10px; }
.static-sec-head h3 { font-size: 24px; font-weight: bold; color: #2b3a4a; }
.static-grid-6 { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
@media (max-width: 1024px) { .static-grid-6 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .static-grid-6 { grid-template-columns: repeat(2, 1fr); } }
.static-card-vert { display: flex; flex-direction: column; background: #ffffff; border: 1px solid #eee; border-radius: 6px; overflow: hidden; transition: box-shadow 0.3s; position: relative; }
.static-card-vert:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.08); }
.static-card-vert .img-box { width: 100%; height: 200px; background: #f9f9f9; padding: 15px; display: flex; align-items: center; justify-content: center; position: relative; }
.static-card-vert .img-box img { max-width: 100%; max-height: 100%; object-fit: contain; transition: transform 0.3s; }
.static-card-vert:hover .img-box img { transform: scale(1.05); }
.static-badge { position: absolute; top: 10px; left: 10px; background: #d16554; color: #fff; font-size: 11px; padding: 3px 8px; border-radius: 3px; font-weight: bold; z-index: 2; }
.static-card-vert .info-box { padding: 15px; text-align: center; }
.static-stars { color: #f39c12; font-size: 12px; margin-bottom: 8px; }
.static-title { font-size: 14px; font-weight: bold; color: #2b3a4a; margin-bottom: 8px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.4; height: 38px; }
.static-price { color: #d16554; font-size: 16px; font-weight: bold; }
.static-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
@media (max-width: 768px) { .static-grid-2 { grid-template-columns: 1fr; } }
.static-card-wide { display: flex; align-items: center; background: #fdfbf9; border: 1px solid #f0ede9; border-radius: 8px; padding: 30px; transition: box-shadow 0.3s; overflow: hidden; justify-content: space-between; }
.static-card-wide:hover { box-shadow: 0 10px 25px rgba(0,0,0,0.05); }
.static-card-wide .info { flex: 1; padding-right: 20px; }
.static-card-wide .title { font-size: 20px; font-weight: bold; color: #2b3a4a; margin-bottom: 10px; }
.static-card-wide .price { font-size: 22px; font-weight: bold; color: #d16554; margin-bottom: 20px; }
.static-btn-small { display: inline-block; background: transparent; color: #d16554; border: 2px solid #d16554; padding: 8px 20px; border-radius: 4px; font-weight: bold; font-size: 14px; transition: all 0.3s; }
.static-card-wide:hover .static-btn-small { background: #d16554; color: #fff; }
.static-card-wide .img { width: 140px; height: 180px; flex-shrink: 0; }
.static-card-wide .img img { width: 100%; height: 100%; object-fit: contain; }
.static-grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 992px) { .static-grid-3 { grid-template-columns: 1fr; } }
.static-card-horiz { display: flex; align-items: center; background: #fff; border: 1px solid #eee; border-radius: 6px; padding: 15px; transition: box-shadow 0.3s; }
.static-card-horiz:hover { box-shadow: 0 8px 20px rgba(0,0,0,0.06); }
.static-card-horiz .img-box { width: 100px; height: 120px; flex-shrink: 0; background: #f9f9f9; display: flex; align-items: center; justify-content: center; padding: 10px; border-radius: 4px; margin-right: 15px; }
.static-card-horiz .img-box img { max-width: 100%; max-height: 100%; object-fit: contain; }
.static-card-horiz .info-box { flex: 1; overflow: hidden; }
.static-btn-solid { display: inline-block; background: #d16554; color: #fff; padding: 6px 15px; border-radius: 4px; font-size: 12px; font-weight: bold; margin-top: 10px; }
.static-best-seller { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; align-items: center; }
@media (max-width: 992px) { .static-best-seller { grid-template-columns: 1fr; } }
.static-best-main { position: relative; border-radius: 12px; overflow: hidden; height: 500px; display: block; border: 1px solid #eee; }
.static-best-main img { width: 100%; height: 100%; object-fit: cover; }
.static-best-main .badge { position: absolute; top: 20px; left: 20px; background: #fff; color: #2b3a4a; padding: 10px 20px; font-size: 16px; font-weight: bold; border-radius: 30px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); }
.static-best-main .info { position: absolute; bottom: 0; left: 0; right: 0; padding: 30px; background: linear-gradient(transparent, rgba(0,0,0,0.9)); color: #fff; }
.static-best-main .title { font-size: 26px; font-weight: bold; margin-bottom: 10px; }
.static-best-main .price { font-size: 22px; font-weight: bold; color: #ffeb3b; }
.static-best-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.static-grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
@media (max-width: 992px) { .static-grid-4 { grid-template-columns: repeat(2, 1fr); } }
.static-offer-blog { display: grid; grid-template-columns: 320px 1fr; gap: 30px; }
@media (max-width: 992px) { .static-offer-blog { grid-template-columns: 1fr; } }
.static-offer-card { display: block; background: #d16554; border-radius: 8px; overflow: hidden; height: 100%; min-height: 400px; position: relative; color: #fff; text-align: center; }
.static-offer-card img { width: 100%; height: 200px; object-fit: cover; border-bottom: 5px solid #fff; }
.static-offer-card .info { padding: 30px 20px; }
.static-offer-card .title { font-size: 24px; font-weight: 900; margin-bottom: 15px; }
.static-offer-card .price { font-size: 28px; font-weight: bold; color: #ffeb3b; margin-bottom: 20px; }
.static-offer-card::after { content: 'BUY NOW'; display: inline-block; background: #fff; color: #d16554; padding: 10px 30px; border-radius: 30px; font-weight: bold; font-size: 16px; }
.static-blog-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; align-content: start; }
@media (max-width: 768px) { .static-blog-list { grid-template-columns: 1fr; } }
.static-blog-item { display: block; background: #fff; border: 1px solid #eee; border-radius: 8px; overflow: hidden; transition: transform 0.3s; }
.static-blog-item:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.05); }
.static-blog-item img { width: 100%; height: 180px; object-fit: cover; }
.static-blog-item .info { padding: 20px; }
.static-blog-item .title { font-size: 15px; font-weight: bold; color: #2b3a4a; margin-bottom: 10px; line-height: 1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 42px; }
.static-blog-item .price { color: #d16554; font-size: 16px; font-weight: bold; }
.static-grid-6-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
@media (max-width: 768px) { .static-grid-6-list { grid-template-columns: 1fr; } }
.static-list-item { display: flex; align-items: center; gap: 15px; background: #fff; border: 1px solid #eee; padding: 12px; border-radius: 6px; transition: border-color 0.3s; }
.static-list-item:hover { border-color: #d16554; }
.static-list-item img { width: 60px; height: 60px; border-radius: 4px; object-fit: cover; flex-shrink: 0; }
.static-list-item .info { flex: 1; overflow: hidden; }
.static-list-item .title { font-size: 14px; font-weight: bold; color: #333; margin-bottom: 5px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.static-list-item .price { font-size: 14px; color: #d16554; font-weight: bold; }
.static-cardbox { background: #ffffff; border-radius: 8px; border: 1px solid #eee; padding: 40px; max-width: 600px; margin: 50px auto; box-shadow: 0 10px 30px rgba(0,0,0,0.05); }
.static-footer { background: #2b3a4a; color: #9ab; padding: 40px 0 20px 0; margin-top: 50px; text-align: center; }
.static-footer a { color: #fff; margin: 0 15px; font-size: 14px; display: inline-block; margin-bottom: 15px; transition: color 0.3s; }
.static-footer a:hover { color: #d16554; }
.static-footer-copy { border-top: 1px solid #3c4d5e; padding-top: 20px; margin-top: 20px; font-size: 13px; }
