body { background: #f8fafc; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #333; margin: 0; padding: 0; box-sizing: border-box; overflow-x: hidden; }
* { box-sizing: inherit; }
.ceremony-header { position: relative; z-index: 10001; height: 60px; background-color: #12212d !important; border-bottom: 2px solid #cfa15a; box-shadow: 0 4px 12px rgba(18,33,45,0.15); }
.ceremony-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 15px; position: relative; }
.ceremony-logo { float: left; padding: 8px 0; margin-right: 25px; }
.ceremony-logo img { height: 44px; display: block; max-width: 100%; object-fit: contain; }
.ceremony-nav { float: left !important; background: none !important; margin: 0; padding: 0; list-style: none; }
.ceremony-nav-item { display: inline-block; line-height: 60px; position: relative; }
.ceremony-nav-item a { display: block; padding: 0 18px; color: #ffffff !important; text-decoration: none; font-size: 15px; font-weight: bold; transition: all 0.25s; }
.ceremony-nav-item a:hover { color: #cfa15a !important; background-color: rgba(255, 255, 255, 0.05); }
.ceremony-nav-user { float: right !important; background: none !important; margin: 0; padding: 0; list-style: none; }
.ceremony-nav-user .ceremony-nav-item a { font-weight: normal; color: #eee !important; }
.ceremony-main-menu-mobile { display: none; position: absolute; top: 60px; left: 0; width: 100%; background: #ffffff; box-shadow: 0 10px 20px rgba(0,0,0,0.1); z-index: 9999; border-bottom: 2px solid #cfa15a; }
.ceremony-main-menu-mobile ul { list-style: none; padding: 0; margin: 0; }
.ceremony-main-menu-mobile li a { display: block; padding: 14px 20px; border-bottom: 1px solid #f0f4f8; color: #333 !important; text-decoration: none; font-weight: bold; }
.ceremony-main-wrap { width: 100%; max-width: 1200px; margin: 25px auto 30px auto; padding: 0 15px; }
.ceremony-box { background: #ffffff; border-radius: 6px; margin-bottom: 25px; box-shadow: 0 3px 10px rgba(18,33,45,0.02); border: 1px solid #e1e8ed; overflow: hidden; }
.ceremony-box-header { height: 48px; line-height: 48px; padding: 0 20px; border-bottom: 1px solid #e1e8ed; background: #ffffff; font-weight: bold; color: #12212d; font-size: 16px; border-left: 4px solid #cfa15a; }
.ceremony-box-body { padding: 18px; }
.ceremony-grid-5 { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.ceremony-grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
@media (max-width: 1200px) {
  .ceremony-grid-5 { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 768px) {
  .ceremony-grid-5 { grid-template-columns: repeat(2, 1fr); }
  .ceremony-grid-2 { grid-template-columns: repeat(1, 1fr); }
}
.ceremony-product-card { background: #ffffff; border: 1px solid #e1e8ed; border-radius: 4px; padding: 10px; display: flex; flex-direction: column; justify-content: space-between; transition: all 0.25s; position: relative; }
.ceremony-product-card:hover { transform: translateY(-3px); box-shadow: 0 6px 16px rgba(18,33,45,0.08); border-color: #cfa15a; }
.ceremony-product-img-wrap { width: 100%; aspect-ratio: 1.33; border-radius: 3px; overflow: hidden; background: #fdfdfd; border: 1px solid #f1f4f8; margin-bottom: 8px; display: flex; align-items: center; justify-content: center; }
.ceremony-product-img-wrap img { max-width: 100%; max-height: 100%; object-fit: contain; }
.ceremony-product-title { font-size: 13px; font-weight: bold; color: #12212d; margin: 0 0 5px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.4; height: 36px; }
.ceremony-product-meta { display: flex; justify-content: space-between; font-size: 11px; color: #888; margin-bottom: 6px; }
.ceremony-product-footer { display: flex; justify-content: space-between; align-items: center; margin-top: auto; }
.ceremony-price { color: #ff5722; font-weight: bold; font-size: 15px; }
.ceremony-btn-buy { background: linear-gradient(to right, #dfb46f, #cfa15a); color: #ffffff; border: none; padding: 4px 10px; font-size: 11px; font-weight: bold; border-radius: 3px; cursor: pointer; text-decoration: none; text-align: center; transition: all 0.2s; }
.ceremony-btn-buy:hover { opacity: 0.95; transform: translateY(-1px); }
.ceremony-btn-buy.disabled { background: #ccc; cursor: not-allowed; }
.ceremony-more-bar { text-align: center; margin-top: 15px; padding-top: 10px; border-top: 1px solid #f5f7fa; }
.ceremony-btn-more { display: inline-block; padding: 5px 25px; border: 1px solid #cfa15a; color: #cfa15a; border-radius: 3px; font-size: 12px; font-weight: bold; text-decoration: none; transition: all 0.2s; }
.ceremony-btn-more:hover { background: #cfa15a; color: #ffffff; }
.ceremony-footer { background: #0c1925; padding: 30px 0; text-align: center; margin-top: 40px; color: #999; border-top: 1px solid rgba(0,0,0,0.1); }
.ceremony-footer p { margin: 5px 0; }
.ceremony-footer-links a { color: #aaa; text-decoration: none; font-size: 14px; transition: color 0.2s; }
.ceremony-footer-links a:hover { color: #cfa15a; }
.ceremony-footer-split { color: #1c2a35; margin: 0 10px; }
.ceremony-footer-copyright { font-size: 12px; margin-top: 10px; }
