                body {
                  background-color: white; /* Ensure the iframe has a white background */
                }

                /* styles.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
html {
  scroll-behavior: smooth;
}
.breadcrumb-shop{
  display: none;
}
body {
    background: #0a0c17;
    color: white;
    overflow-x: hidden;
    position: relative;
}

.xg-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Header */
.xg-header {
    position: relative;
    // height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: linear-gradient(rgba(10, 12, 23, 0.8), rgba(10, 12, 23, 0.8)), url('https://placehold.co/1920x1080/0a0c17/0a0c17') no-repeat center center;
    background-size: cover;
}

.xg-header-badge {
    background: linear-gradient(45deg, #6b21a8, #8b5cf6);
    color: white;
    padding: 8px 20px;
    border-radius: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.xg-header-title {
    font-size: 3.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0;
    background: linear-gradient(45deg, #ff6b6b, #ffa500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
  font-family: "Montserrat", sans-serif !important;
}

.xg-header-subtitle {
    color: #00f7ff;
    margin-bottom: 30px;
    font-size: 0.9rem;
}

.xg-btn-group {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.xg-btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.xg-btn-primary {
    background: linear-gradient(45deg, #ff6b6b, #ff8e8e);
    color: white;
    border: none;
}

.xg-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.4);
}

.xg-btn-secondary {
    background: transparent;
    color: #00f7ff;
    border: 2px solid #00f7ff;
}

.xg-btn-secondary:hover {
    background: rgba(0, 247, 255, 0.1);
    transform: translateY(-2px);
}

/* Snowman and Santa icons */
.xg-snowman {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 24px;
}

.xg-santa {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.xg-gift {
    position: absolute;
    left: 20px;
    bottom: 20px;
    font-size: 30px;
}

.xg-snowflake {
    position: absolute;
    left: 40%;
    top: 30%;
    font-size: 24px;
    color: #00f7ff;
}

/* Section 2 */
.xg-section-2 {
    padding: 80px 20px;
    background: #0a0c17;
}

.xg-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    color: #00f7ff;
    text-shadow: 0 0 10px rgba(0, 247, 255, 0.3);
  font-family: "Montserrat", sans-serif !important;
}

.xg-product-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.xg-product-card {
    background: rgba(20, 22, 35, 0.7);
    border-radius: 12px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
    min-width: 250px;
    flex: 1;
    max-width: 300px;
  text-align: left;
}

.xg-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.xg-product-icon {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 24px;
}

.xg-product-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.xg-product-desc {
    color: #cccccc;
    font-size: 0.9rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.xg-product-link {
    color: #ff6b6b;
    font-size: 0.85rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.xg-product-link:hover {
    text-decoration: underline;
}

/* New Banner Section */
.xg-banner-section {
    padding: 60px 20px;
    background: linear-gradient(90deg, #8b2121, #007a8a);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.xg-banner-content {
    max-width: 800px;
    margin: 0 auto;
}

.xg-banner-icons {
    font-size: 24px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.xg-banner-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 20px 0;
    background: linear-gradient(45deg, #ff6b6b, #ffa500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
  font-family: "Montserrat", sans-serif !important;
}

.xg-banner-btn-group {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    justify-content: center;
    flex-wrap: wrap;
}

.xg-banner-footer-icons {
    font-size: 30px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* Footer section */
.xg-footer-section {
    padding: 60px 20px;
    text-align: center;
}

.xg-footer-title {
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    background: linear-gradient(45deg, #ff6b6b, #ffa500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
  font-family: "Montserrat", sans-serif !important;
}

.xg-footer-subtitle {
    color: #cccccc;
    font-size: 0.9rem;
}

/* Decorative elements */
.xg-star {
    position: absolute;
    color: #ffffff;
    opacity: 0.3;
    font-size: 8px;
}

/* Responsive design */
@media (max-width: 768px) {
    .xg-header-title {
        font-size: 2.5rem;
    }
    
    .xg-section-title {
        font-size: 2rem;
    }
    
    .xg-btn-group {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }
    
    .xg-btn {
        width: 100%;
        justify-content: center;
    }
    
    .xg-product-grid {
        flex-direction: column;
        align-items: center;
    }
    
    .xg-product-card {
        max-width: 100%;
        width: 100%;
    }
    
    .xg-banner-title {
        font-size: 2rem;
    }
    
    .xg-banner-btn-group {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }
    
    .xg-banner-btn-group .xg-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .xg-header-title {
        font-size: 2rem;
    }
    
    .xg-section-title {
        font-size: 1.5rem;
    }
    
    .xg-product-card {
        padding: 15px;
    }
    
    .xg-product-title {
        font-size: 1rem;
    }
    
    .xg-banner-title {
        font-size: 1.5rem;
    }
}
/* ====== LAYOUT CHUNG CHO CÁC SECTION SẢN PHẨM ====== */
.section-ldp{
  position: relative;
  padding: 28px 0;
  color: #fff;
  --bg:#0a0b10; --panel:#16161d; --muted:#a6aec2;
  --grad1:#ff7a00; --grad2:#ff2b9d; --ring: rgba(255,255,255,.08);
}

/* Nền và overlay ánh sáng */
.section-ldp .ldp-bg{
  position:absolute; inset:0;
  background:
    radial-gradient(120% 160% at 50% -20%, rgba(255,122,0,.12), transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(10,11,16,1));
  z-index:0;
}
.section-ldp .ldp-overlay{
  position:absolute; inset:0; z-index:1;
  pointer-events:none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}
.section-ldp .ldp-wrapper{ position:relative; z-index:2; }
.section-ldp .section-content{ width:100%; }

/* ====== TIÊU ĐỀ / BANNER ====== */
.section-ldp .title-banner{
  display:flex; align-items:center; justify-content:center;
  margin-bottom:12px;
}
.section-ldp .title-banner .tablinks{
  border:0; cursor:default;
  padding:10px 16px; border-radius:999px; font-weight:800;
  color:#120900;
  background: linear-gradient(90deg, var(--grad1), var(--grad2));
  box-shadow: 0 10px 24px rgba(255,122,0,.28);
}

/* ====== LƯỚI SẢN PHẨM ====== */
.section-ldp .products-wrapper{
  display:grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap:10px;
  border-radius:12px;
}
.section-ldp .product-item{ width:100% }

/* CTA xem thêm */
.section-ldp .tab-cta{ margin-top:12px }
.section-ldp .btn-more{
  display:inline-flex; align-items:center; justify-content:center;
  min-width:260px;
  padding:10px 16px; border-radius:10px; text-decoration:none;
  background:#6e3be2; color:#fff; font-weight:700;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.06);
}
.section-ldp .btn-more:hover{ opacity:.92 }

/* ====== RESPONSIVE ====== */
@media (max-width: 1200px){
  .section-ldp .products-wrapper{ grid-template-columns: repeat(4,1fr) }
}
@media (max-width: 991px){
  .section-ldp{ padding:22px 0 }
  .section-ldp .products-wrapper{ grid-template-columns: repeat(3,1fr); gap:8px }
  .section-ldp .btn-more{ min-width:200px }
}
@media (max-width: 767px){
  .section-ldp .products-wrapper{ grid-template-columns: repeat(2,1fr); gap:8px }
  .section-ldp .btn-more{ width:100%; min-width:0 }
}

/* ====== ẨN BỚT SẢN PHẨM (nếu cần) ======
   Laptop hiển thị tối đa 15, các nhóm còn lại 10 */
#section-scroll-2 .product-item:nth-child(n+16){ display:none }
#section-scroll-3 .product-item:nth-child(n+11),
#section-scroll-4 .product-item:nth-child(n+11),
#section-scroll-5 .product-item:nth-child(n+11){ display:none }

/* ====== ACCENT RIÊNG TỪNG SECTION ======
   Đổi gradient tiêu đề để nhìn khác nhau nhẹ */
.section-collection-1{ --grad1:#ff7a00; --grad2:#ff2b9d }  /* Laptop */
.section-collection-2{ --grad1:#ff6a00; --grad2:#ff3ca6 }  /* PC */
.section-collection-3{ --grad1:#ff9b3d; --grad2:#c858ff }  /* Màn hình */
.section-collection-4{ --grad1:#ff7a00; --grad2:#8a6bff }  /* Gear */

/* Viền nhẹ cho khu sản phẩm để giống mock */
.section-ldp .products-wrapper{
  box-shadow: 0 0 0 1px var(--ring) inset;
  background: rgba(255,255,255,.02);
  padding: 8px;
}
/* Căn giữa & giới hạn bề rộng cho tất cả section 2/3/4/5 */
.section-ldp .ldp-wrapper > .container-fluid,
.section-ldp .section-content,
.section-ldp .products-listing,
.section-ldp .products-wrapper{
  max-width: 1220px;   /* đổi số này nếu bạn muốn hẹp hơn/rộng hơn */
  margin-left: auto;
  margin-right: auto;
}

/* Padding nhẹ 2 bên để không dính mép */
.section-ldp .ldp-wrapper > .container-fluid{
  padding-left: 12px;
  padding-right: 12px;
}

/* Grid vẫn 5 cột desktop nhưng NẰM TRONG khung ở giữa */
.section-ldp .products-wrapper{
  display: grid;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 10px;
}

/* Tablet/Mobile giữ giữa + giảm cột */
@media (max-width: 1200px){
  .button-roll{display: none;}
  .section-ldp .products-wrapper{ grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 991px){
  .button-roll{display: none;}
  .section-ldp .products-wrapper{ grid-template-columns: repeat(3,1fr); }
}
@media (max-width: 767px){
  .button-roll{display: none;}
  .section-ldp .products-wrapper{ grid-template-columns: repeat(2,1fr); }
}
.config-tags li span{
  color: black;
}