:root {
      --teal-dark: #33757d;
      --teal-mid:  #37353b;
      --teal-accent: #17a2a8;
      --nav-dark: #1a1a2e;
      --hero-bg1: #1a0a00;
      --hero-bg2: #0d3b3b;
      --text-light: #e8f4f4;
    }
#netland-new-design * { box-sizing: border-box; }
body { font-family: 'Inter', sans-serif; margin: 0; padding: 0; background: #fff; }
#netland-new-design .site-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    transition: box-shadow .3s ease, transform .3s ease;
  }
#netland-new-design .site-header.scrolled {
    box-shadow: 0 4px 24px rgba(13,79,82,.22), 0 1px 4px rgba(0,0,0,.12);
  }
#netland-new-design .site-header.hide {
    transform: translateY(-100%);
  }
#netland-new-design .topbar {
    background: var(--teal-dark);
    color: #fff;
    font-size: 13px;
    padding: 7px 0;
    
    max-height: 40px;
    overflow: hidden;
    transition: max-height .35s ease, padding .35s ease, opacity .3s ease;
    opacity: 1;
  }
#netland-new-design .site-header.scrolled .topbar {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
#netland-new-design .topbar a { color: #fff; text-decoration: none; }
#netland-new-design .topbar a:hover { color: var(--teal-accent); }
#netland-new-design .topbar .social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px; height: 28px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.35);
    font-size: 13px;
    transition: all .2s;
  }
#netland-new-design .topbar .social-icons a:hover {
    background: var(--teal-accent);
    border-color: var(--teal-accent);
  }
#netland-new-design .main-navbar {
    background: var(--teal-dark);
    padding: 10px 0;
    transition: padding .3s ease, background .3s ease;
  }
#netland-new-design .site-header.scrolled .main-navbar {
    padding: 12px 0;
    background: #2a6068; 
  }
#netland-new-design .brand-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
#netland-new-design .brand-logo .logo-box {
    width: 160px; height: 48px;
    display: flex; align-items: center; justify-content: center;
  }
#netland-new-design .brand-logo .logo-box i { font-size: 22px; color: #fff; }
#netland-new-design .search-group { display: flex; border-radius: 8px; overflow: hidden; border: none; width: 100%; max-width: 580px; }
#netland-new-design .search-group .category-select {
    background: #fff; border: none; border-right: 1px solid #ddd;
    padding: 0 14px; font-size: 13px; font-weight: 500; color: #333;
    outline: none; cursor: pointer; min-width: 80px;
  }
#netland-new-design .search-group .search-input {
    flex: 1; border: none; padding: 10px 14px; font-size: 14px; outline: none; color: #333;
  }
#netland-new-design .search-group .search-btn {
    background: var(--teal-accent); border: none; color: #fff;
    padding: 0 18px; font-size: 18px; cursor: pointer; transition: background .2s;
  }
#netland-new-design .search-group .search-btn:hover { background: #138a8f; }
#netland-new-design .navbar-action a {
    color: #fff; text-decoration: none; font-size: 14px; font-weight: 500;
    display: flex; align-items: center; gap: 6px; transition: color .2s;
  }
#netland-new-design .navbar-action a:hover { color: var(--teal-accent); }
#netland-new-design .navbar-action .icon-btn { font-size: 22px; position: relative; }
#netland-new-design .cart-badge {
    position: absolute; top: -5px; right: -7px;
    background: var(--teal-accent); color: #fff;
    border-radius: 50%; width: 16px; height: 16px;
    font-size: 9px; display: flex; align-items: center; justify-content: center;
  }
#netland-new-design .main-navbar {
      background: var(--teal-dark);
      padding: 10px 0;
    }
#netland-new-design .brand-logo { display: flex; align-items: center; gap: 10px; text-decoration: none; }
#netland-new-design .brand-logo .logo-box {
      width: 160px; height: 48px;
      display: flex; align-items: center; justify-content: center;
    }
#netland-new-design .brand-logo .logo-box i { font-size: 22px; color: #fff; }
#netland-new-design .brand-logo .brand-text { line-height: 1.1; }
#netland-new-design .brand-logo .brand-text .top { font-size: 11px; color: #a0cfd1; }
#netland-new-design .brand-logo .brand-text .name { font-size: 20px; font-weight: 800; color: #fff; letter-spacing: 1px; }
#netland-new-design .brand-logo .brand-text .sub { font-size: 9px; color: #a0cfd1; letter-spacing: 1.5px; text-transform: uppercase; }
#netland-new-design .search-group { display: flex; border-radius: 8px; overflow: hidden; border: none; width: 100%; max-width: 880px; }
#netland-new-design .search-group .category-select {
      background: #fff; border: none; border-right: 1px solid #ddd;
      padding: 0 14px; font-size: 13px; font-weight: 500; color: #333;
      outline: none; cursor: pointer; min-width: 80px;
    }
#netland-new-design .search-group .search-input {
      flex: 1; border: none; padding: 10px 14px; font-size: 14px; outline: none; color: #333;
    }
#netland-new-design .search-group .search-btn {
      background: var(--teal-accent); border: none; color: #fff;
      padding: 0 18px; font-size: 18px; cursor: pointer; transition: background .2s;
    }
#netland-new-design .search-group .search-btn:hover { background: #138a8f; }
#netland-new-design .dark-toggle {
      background: #0d3d40; border-radius: 30px; padding: 4px 6px;
      display: flex; align-items: center; cursor: pointer; width: 52px;
      position: relative; border: 1px solid rgba(255,255,255,0.15);
    }
#netland-new-design .dark-toggle .knob {
      width: 22px; height: 22px; background: var(--teal-accent);
      border-radius: 50%; margin-left: auto;
      display: flex; align-items: center; justify-content: center; font-size: 11px; color: #fff;
    }
#netland-new-design .navbar-action a {
      color: #fff; text-decoration: none; font-size: 14px; font-weight: 500;
      display: flex; align-items: center; gap: 6px; transition: color .2s;
    }
#netland-new-design .navbar-action a:hover { color: var(--teal-accent); }
#netland-new-design .navbar-action .icon-btn {
      font-size: 22px; position: relative;
    }
#netland-new-design .cart-badge {
      position: absolute; top: -5px; right: -7px;
      background: var(--teal-accent); color: #fff;
      border-radius: 50%; width: 16px; height: 16px;
      font-size: 9px; display: flex; align-items: center; justify-content: center;
    }
#netland-new-design .cat-nav {
      background: #1e1e2e;
      padding: 10px;
      border-bottom: 1px solid #2a2a3e;
    }
#netland-new-design .cat-nav .nav-link {
      color: #ccc; font-size: 14px; font-weight: 500; padding: 12px 18px;
      display: flex; align-items: center; gap: 5px; transition: color .2s; white-space: nowrap;
    }
#netland-new-design .cat-nav .nav-link:hover { color: var(--teal-accent); }
#netland-new-design .cat-nav .recently-browsed {
      margin-left: auto; color: #ccc; font-size: 14px; font-weight: 500;
      padding: 12px 18px; display: flex; align-items: center; gap: 5px; cursor: pointer;
      transition: color .2s;
    }
#netland-new-design .cat-nav .recently-browsed:hover { color: var(--teal-accent); }
#netland-new-design .cat-nav { position: relative; z-index: 1000; }
#netland-new-design .mega-item { position: static; }
#netland-new-design .mega-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #1e1e2e;
    border-top: 2px solid var(--teal-accent);
    box-shadow: 0 8px 32px rgba(0,0,0,.5);
    z-index: 999;
    padding: 24px;
    gap: 20px;
    }
#netland-new-design .mega-item:hover .mega-menu { display: flex; }
#netland-new-design .mega-banner {
    flex: 0 0 260px;
    background: linear-gradient(135deg, #00b09b, #0d4f52);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    min-height: 220px;
    display: flex;
    align-items: flex-end;
    padding: 20px;
    }
#netland-new-design .mega-banner img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
    border-radius: 10px;
    }
#netland-new-design .mega-banner-text {
    position: relative;
    z-index: 2;
    color: #fff;
    }
#netland-new-design .mega-banner-text p {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,.7);
    margin: 0 0 4px;
    }
#netland-new-design .mega-banner-text h5 {
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 12px;
    }
#netland-new-design .mega-banner-text a {
    background: #fff;
    color: var(--teal-dark);
    font-size: 12px;
    font-weight: 700;
    padding: 7px 18px;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    }
#netland-new-design .mega-products {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    }
#netland-new-design .mega-product-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #252540;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    transition: background .2s;
    text-decoration: none;
    }
#netland-new-design .mega-product-item:hover { background: #2d2d55; }
#netland-new-design .mega-product-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    background: #1a1a2e;
    border-radius: 6px;
    padding: 4px;
    flex-shrink: 0;
    }
#netland-new-design .mega-product-info .name {
    font-size: 12px;
    font-weight: 600;
    color: #ddd;
    margin: 0 0 3px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    }
#netland-new-design .mega-product-info .price {
    font-size: 13px;
    font-weight: 700;
    color: var(--teal-accent);
    margin: 0;
    }
#netland-new-design .mega-view-all {
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--teal-accent);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 6px;
    }
#netland-new-design .mega-view-all:hover { color: #fff; }
#netland-new-design .hero-carousel { position: relative; overflow: hidden; }
#netland-new-design .hero-slide {
    position: relative;
    height: 520px;              
    overflow: hidden;
    display: flex;
    align-items: center;
  }
#netland-new-design .hero-slide .slide-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;          
    object-position: center;    
    z-index: 0;
    
    display: block;
  }
#netland-new-design .hero-slide .slide-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    
    background: linear-gradient(
      to right,
      rgba(0,0,0,.72) 0%,
      rgba(0,0,0,.55) 35%,
      rgba(0,0,0,.20) 65%,
      rgba(0,0,0,.05) 100%
    );
  }
#netland-new-design .hero-content {
    position: relative;
    z-index: 3;
    padding: 0 0 0 50px;
    max-width: 560px;
  }
#netland-new-design .hero-tag {
    display: inline-block;
    background: rgba(23,162,168,.20);
    border: 1px solid rgba(23,162,168,.55);
    color: #17a2a8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 30px;
    margin-bottom: 16px;
  }
#netland-new-design .hero-title {
    font-size: clamp(24px, 3.6vw, 46px);
    font-weight: 800;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 14px;
    text-shadow: 0 2px 12px rgba(0,0,0,.4);
  }
#netland-new-design .hero-sub {
    color: #d0e8ea;
    font-size: 15px;
    margin-bottom: 32px;
    line-height: 1.6;
    text-shadow: 0 1px 6px rgba(0,0,0,.3);
  }
#netland-new-design .btn-shop-now {
    background: #fff;
    color: #33757d;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 13px 32px;
    border-radius: 50px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: background .25s, color .25s, transform .25s;
    box-shadow: 0 4px 20px rgba(0,0,0,.25);
  }
#netland-new-design .btn-shop-now:hover {
    background: #17a2a8;
    color: #fff;
    transform: translateX(4px);
  }
#netland-new-design .hero-prev, #netland-new-design .hero-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px; height: 44px;
    border-radius: 50%;
    background: rgba(255,255,255,.15);
    border: 1px solid rgba(255,255,255,.25);
    color: #fff;
    font-size: 18px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
    outline: none;
  }
#netland-new-design .hero-prev { left: 18px; }
#netland-new-design .hero-next { right: 18px; }
#netland-new-design .hero-prev:hover, #netland-new-design .hero-next:hover { background: #17a2a8; border-color: #17a2a8; }
#netland-new-design #heroCarousel .carousel-indicators {
    bottom: 20px;
    z-index: 10;
    margin: 0;
    gap: 6px;
  }
#netland-new-design #heroCarousel .carousel-indicators button {
    width: 8px; height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,.4);
    border: none;
    padding: 0;
    transition: background .3s, transform .3s, width .3s;
  }
#netland-new-design #heroCarousel .carousel-indicators .active {
    background: #17a2a8;
    width: 24px;             
    border-radius: 4px;
  }
 
  
  @media (max-width: 991px) {
#netland-new-design .hero-slide { height: 420px; }
#netland-new-design .hero-slide .slide-overlay {
      background: rgba(0,0,0,.62);
    }
#netland-new-design .hero-title { font-size: clamp(22px, 5vw, 34px); }
#netland-new-design .hero-sub { font-size: 14px; }
  }
 
  @media (max-width: 575px) {
#netland-new-design .hero-slide { height: 360px; }
#netland-new-design .hero-title { font-size: 22px; }
#netland-new-design .hero-sub { display: none; } 
#netland-new-design .hero-content { max-width: 100%; }
  }
#netland-new-design .features-strip { background: #f7f9f9; border-bottom: 1px solid #e8eeee; }
#netland-new-design .feature-item { display: flex; align-items: center; gap: 14px; padding: 22px 10px; }
#netland-new-design .feature-item .icon-circle {
      width: 46px; height: 46px; background: rgba(23,162,168,.12);
      border-radius: 50%; display: flex; align-items: center; justify-content: center;
      color: var(--teal-accent); font-size: 20px; flex-shrink: 0;
    }
#netland-new-design .feature-item .title { font-weight: 700; font-size: 14px; color: #1a1a2e; margin: 0; }
#netland-new-design .feature-item .sub-text { font-size: 12px; color: #777; margin: 0; }
#netland-new-design .section-heading { font-size: 22px; font-weight: 800; color: #1a1a2e; }
#netland-new-design .section-heading span { color: var(--teal-accent); }
#netland-new-design .view-all {
    color: var(--teal-accent); font-size: 13px; font-weight: 600;
    text-decoration: none; display: flex; align-items: center; gap: 4px;
    transition: color .2s;
  }
#netland-new-design .view-all:hover { color: var(--teal-dark); }
#netland-new-design .product-card {
    border: 1px solid #e8eeee;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    transition: box-shadow .3s ease, border-color .3s ease, transform .3s ease;
    position: relative;
  }
#netland-new-design .product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(13,79,82,.13);
    border-color: var(--teal-accent);
  }
#netland-new-design .product-card .img-wrap {
    height: 210px;
    background: #f5f8f8;
    position: relative;
    overflow: hidden;
    display: block;
  }
#netland-new-design .product-card .img-wrap .img-primary, #netland-new-design .product-card .img-wrap .img-hover {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;      
    object-position: center;
    padding: 18px;             
    transition: opacity .45s ease, transform .45s ease;
  }
#netland-new-design .product-card .img-wrap .img-primary {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
  }
#netland-new-design .product-card .img-wrap .img-hover {
    opacity: 0;
    transform: scale(1.06);
    z-index: 2;
  }
#netland-new-design .product-card:hover .img-wrap .img-primary {
    opacity: 0;
    transform: scale(0.95);
  }
#netland-new-design .product-card:hover .img-wrap .img-hover {
    opacity: 1;
    transform: scale(1);
  }
#netland-new-design .badge-new {
    position: absolute;
    top: 12px; left: 12px;
    z-index: 10;
    background: var(--teal-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 30px;
    letter-spacing: .5px;
    text-transform: uppercase;
  }
#netland-new-design .badge-sale { background: #e74c3c; }
#netland-new-design .badge-hot { background: #f39c12; }
#netland-new-design .wishlist-btn {
    position: absolute;
    top: 12px; right: 12px;
    z-index: 10;
    width: 34px; height: 34px;
    border: 1px solid #e1e8ee;
    background: #fff;
    color: #6c757d;
    border-radius: 50%;
    transition: color .2s, border-color .2s, transform .2s, background-color .2s;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    display: flex;
    align-items: center;
    justify-content: center;
  }
#netland-new-design .wishlist-btn:hover {
    color: #e74c3c;
    border-color: #e74c3c;
    transform: scale(1.12);
  }
#netland-new-design .quick-view-btn {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 10;
    background: rgba(13,79,82,.88);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    opacity: 0;
    transform: translateY(100%);
    transition: opacity .3s ease, transform .3s ease;
    cursor: pointer;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
  }
#netland-new-design .product-card:hover .quick-view-btn {
    opacity: 1;
    transform: translateY(0);
  }
#netland-new-design .product-card .card-body { padding: 14px 16px 16px; }
#netland-new-design .product-brand {
    font-size: 11px;
    color: var(--teal-accent);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    margin: 0 0 4px;
  }
#netland-new-design .product-name {
    font-size: 13.5px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 8px;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
  }
#netland-new-design .stars { color: #f5a623; font-size: 12px; }
#netland-new-design .rating-row {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
  }
#netland-new-design .review-count { font-size: 11px; color: #999; }
#netland-new-design .price-row { display: flex; align-items: baseline; gap: 8px; margin-bottom: 14px; }
#netland-new-design .product-price {
    font-size: 19px;
    font-weight: 800;
    color: var(--teal-dark);
    margin: 0;
  }
#netland-new-design .price-old {
    font-size: 13px;
    font-weight: 500;
    color: #bbb;
    text-decoration: line-through;
    margin: 0;
  }
#netland-new-design .price-discount {
    font-size: 11px;
    font-weight: 700;
    color: #e74c3c;
    background: #fdecea;
    padding: 2px 7px;
    border-radius: 20px;
    margin: 0;
  }
#netland-new-design .btn-add-cart {
    background: var(--teal-dark);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
    letter-spacing: .4px;
    transition: background .22s, transform .15s;
  }
#netland-new-design .btn-add-cart:hover {
    background: var(--teal-accent);
    transform: translateY(-1px);
  }
#netland-new-design .btn-add-cart:active { transform: translateY(0); }
#netland-new-design .cat-card {
      border-radius: 14px; overflow: hidden; position: relative;
      background: linear-gradient(135deg, #0d4f52, #0e6b6f);
      min-height: 140px; cursor: pointer; transition: transform .25s;
      display: flex; align-items: flex-end; padding: 20px;
    }
#netland-new-design .cat-card:hover { transform: translateY(-4px); }
#netland-new-design .cat-card .cat-icon {
      position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
      font-size: 52px; color: rgba(255,255,255,.2);
    }
#netland-new-design .cat-card .cat-name { color: #fff; font-weight: 700; font-size: 16px; position: relative; z-index: 1; }
#netland-new-design .cat-card .cat-count { color: rgba(255,255,255,.7); font-size: 12px; }
#netland-new-design .cat-card.c1 { background: linear-gradient(135deg, #0d4f52, #17a2a8); }
#netland-new-design .cat-card.c2 { background: linear-gradient(135deg, #1a1a2e, #2d2d5e); }
#netland-new-design .cat-card.c3 { background: linear-gradient(135deg, #2c1654, #4a2c7a); }
#netland-new-design .cat-card.c4 { background: linear-gradient(135deg, #0a3d3d, #0d6b6b); }
#netland-new-design .promo-banner {
      background: linear-gradient(120deg, #0d4f52, #17a2a8);
      border-radius: 16px; padding: 40px 40px;
      display: flex; align-items: center; justify-content: space-between;
      overflow: hidden; position: relative;
    }
#netland-new-design .promo-banner::after {
      content: '\F394'; font-family: 'bootstrap-icons';
      position: absolute; right: 200px; top: 50%; transform: translateY(-50%);
      font-size: 160px; color: rgba(255,255,255,.07);
    }
#netland-new-design .promo-banner .promo-tag { background: rgba(255,255,255,.2); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 2px; padding: 4px 12px; border-radius: 30px; margin-bottom: 12px; display: inline-block; }
#netland-new-design .promo-banner h3 { color: #fff; font-size: 28px; font-weight: 800; margin: 0 0 8px; }
#netland-new-design .promo-banner p { color: rgba(255,255,255,.8); margin: 0; }
#netland-new-design .btn-promo { background: #fff; color: var(--teal-dark); font-weight: 700; padding: 12px 28px; border-radius: 50px; text-decoration: none; font-size: 14px; transition: all .2s; white-space: nowrap; }
#netland-new-design .btn-promo:hover { background: #1a1a2e; color: #fff; }
#netland-new-design .cat-slider-section {
  padding: 56px 0 60px;
  background: #f4f7f7;
  overflow: hidden;
}
#netland-new-design .cat-slider-section .section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
#netland-new-design .cat-track-wrapper {
  overflow: hidden;
  position: relative;
  
}
#netland-new-design .cat-track {
  display: flex;
  gap: 20px;
  width: max-content;
  
  animation: catScroll 35s linear infinite; 
  padding: 12px 0 18px;
}
#netland-new-design .cat-track-wrapper:hover .cat-track {
  animation-play-state: paused;
}
#netland-new-design .cat-slide-card {
  
  flex: 0 0 310px; 
  width: 310px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  box-shadow:
    0 2px 0 rgba(255,255,255,.7) inset,
    4px 8px 24px rgba(13, 79, 82, 0.18),
    0 2px 6px rgba(0,0,0,.08);
  transition: transform .35s ease, box-shadow .35s ease;
  text-decoration: none;
  display: block;
  background: #1a1a2e;
}
#netland-new-design .cat-slide-card:hover {
 
  box-shadow:
    0 2px 0 rgba(255,255,255,.5) inset,
    6px 20px 40px rgba(23, 162, 168, 0.28),
    0 4px 12px rgba(0,0,0,.10);
}
#netland-new-design .cat-slide-card .cs-img {
  width: 100%;
  height: 290px; 
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .5s ease;
}
#netland-new-design .cat-slide-card .cs-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.0) 0%, rgba(0,0,0,.15) 45%, rgba(13,59,59,.90) 100%);
  transition: background .35s ease;
  z-index: 1;
}
#netland-new-design .cat-slide-card:hover .cs-overlay {
  background: linear-gradient(to bottom, rgba(0,0,0,.05) 0%, rgba(0,0,0,.28) 40%, rgba(13,59,59,.97) 100%);
}
#netland-new-design .cat-slide-card .cs-shine {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  border-radius: 16px;
  pointer-events: none;
}
#netland-new-design .cat-slide-card .cs-shine::after {
  content: '';
  position: absolute;
  top: -60%;
  left: -80%;
  width: 45%;
  height: 220%;
  background: linear-gradient(105deg, transparent 25%, rgba(255,255,255,.32) 50%, transparent 75%);
  transform: skewX(-15deg);
  opacity: 0;
}
#netland-new-design .cat-slide-card:hover .cs-shine::after {
  opacity: 1;
  left: 135%;
  transition: left .55s ease, opacity .05s ease;
}
#netland-new-design .cat-slide-card .cs-info {
  position: absolute;
  bottom: 0;
  left: 0; right: 0;
  z-index: 3;
  padding: 14px 14px 15px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 8px;
}
#netland-new-design .cs-info .cs-name {
  font-size: 16px; 
  font-weight: 800;
  color: #fff;
  margin: 0;
  line-height: 1.25;
  letter-spacing: .3px;
  text-shadow: 0 1px 8px rgba(0,0,0,.6);
}
#netland-new-design .cs-info .cs-count {
  flex-shrink: 0;
  background: var(--teal-accent, #17a2a8);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .5px;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  white-space: nowrap;
  box-shadow: 0 2px 10px rgba(23,162,168,.45);
  transition: background .25s, color .25s;
}
#netland-new-design .cat-slide-card:hover .cs-count {
  background: #fff;
  color: var(--teal-dark, #33757d);
}


@media (max-width: 991px) {
#netland-new-design .cat-slide-card { flex: 0 0 260px; width: 260px; }
#netland-new-design .cat-slide-card .cs-img { height: 240px; }
}

@media (max-width: 576px) {
#netland-new-design .cat-slide-card { flex: 0 0 200px; width: 200px; }
#netland-new-design .cat-slide-card .cs-img { height: 180px; }
#netland-new-design .cat-track { gap: 14px; }
}
#netland-new-design .testi-section {
  padding: 70px 0 80px;
  background: url(./image/2.jpg) no-repeat;
  position: relative;
  overflow: hidden;
}
#netland-new-design .testi-section::before, #netland-new-design .testi-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
#netland-new-design .testi-section::before {
  width: 500px; height: 500px;
  top: -200px; left: -150px;
  background: radial-gradient(circle, rgba(23,162,168,.10) 0%, transparent 70%);
}
#netland-new-design .testi-section::after {
  width: 400px; height: 400px;
  bottom: -180px; right: -100px;
  background: radial-gradient(circle, rgba(51,117,125,.12) 0%, transparent 70%);
}
#netland-new-design .testi-section .t-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #17a2a8;
  margin-bottom: 10px;
  display: block;
}
#netland-new-design .testi-section .t-heading {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.2;
}
#netland-new-design .testi-section .t-heading span { color: #17a2a8; }
#netland-new-design .testi-section .t-sub {
  font-size: 14px;
  color: #6b8e92;
  margin-bottom: 0;
}
#netland-new-design .testi-overall {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 28px;
}
#netland-new-design .testi-overall .big-score {
  font-size: 52px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
}
#netland-new-design .testi-overall .score-right {}
#netland-new-design .testi-overall .big-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 4px;
}
#netland-new-design .testi-overall .big-stars i {
  font-size: 18px;
  color: #f5a623;
}
#netland-new-design .testi-overall .score-count {
  font-size: 12px;
  color: #6b8e92;
}
#netland-new-design .testi-slider-wrap {
  position: relative;
}
#netland-new-design .testi-track-outer {
  overflow: hidden;
  position: relative;
}
#netland-new-design .testi-track {
  display: flex;
  gap: 24px;
  transition: transform .5s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}
#netland-new-design .testi-card {
  flex: 0 0 calc(33.333% - 16px);
  background: #16222e;
  border: 1px solid rgba(23,162,168,.12);
  border-radius: 20px;
  padding: 30px 28px 26px;
  position: relative;
  transition: border-color .3s, transform .3s, box-shadow .3s;
  overflow: hidden;
}
#netland-new-design .testi-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #17a2a8, #33757d);
  border-radius: 20px 20px 0 0;
  opacity: 0;
  transition: opacity .3s;
}
#netland-new-design .testi-card:hover {
  border-color: rgba(23,162,168,.35);
  transform: translateY(-5px);
  box-shadow:
    0 12px 40px rgba(23,162,168,.12),
    0 4px 16px rgba(0,0,0,.25);
}
#netland-new-design .testi-card:hover::before { opacity: 1; }
#netland-new-design .testi-card .t-quote {
  font-size: 56px;
  line-height: .8;
  color: rgba(23,162,168,.18);
  font-family: Georgia, serif;
  font-weight: 900;
  position: absolute;
  top: 18px;
  right: 24px;
  user-select: none;
}
#netland-new-design .testi-card .t-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 16px;
}
#netland-new-design .testi-card .t-stars i {
  font-size: 14px;
  color: #f5a623;
}
#netland-new-design .testi-card .t-stars i.empty { color: #2e3e4a; }
#netland-new-design .testi-card .t-text {
  font-size: 14px;
  line-height: 1.75;
  color: #9cb8bb;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
#netland-new-design .testi-card .t-divider {
  height: 1px;
  background: rgba(255,255,255,.06);
  margin-bottom: 20px;
}
#netland-new-design .testi-card .t-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
#netland-new-design .testi-card .t-avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(23,162,168,.35);
  flex-shrink: 0;
}
#netland-new-design .testi-card .t-avatar-fallback {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #17a2a8, #33757d);
  display: flex; align-items: center; justify-content: center;
  font-size: 17px; font-weight: 800;
  color: #fff;
  flex-shrink: 0;
  border: 2px solid rgba(23,162,168,.35);
}
#netland-new-design .testi-card .t-name {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 2px;
}
#netland-new-design .testi-card .t-role {
  font-size: 12px;
  color: #17a2a8;
  margin: 0;
  font-weight: 500;
}
#netland-new-design .testi-card .t-verified {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #2eb872;
  font-weight: 600;
  background: rgba(46,184,114,.1);
  border: 1px solid rgba(46,184,114,.2);
  padding: 3px 9px;
  border-radius: 20px;
}
#netland-new-design .testi-card .t-verified i { font-size: 11px; }
#netland-new-design .testi-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
#netland-new-design .testi-arrow {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: rgba(23,162,168,.12);
  border: 1px solid rgba(23,162,168,.25);
  color: #17a2a8;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  cursor: pointer;
  transition: background .2s, border-color .2s, transform .2s;
  flex-shrink: 0;
}
#netland-new-design .testi-arrow:hover {
  background: #17a2a8;
  border-color: #17a2a8;
  color: #fff;
  transform: scale(1.08);
}
#netland-new-design .testi-arrow:disabled {
  opacity: .3;
  cursor: not-allowed;
  transform: none;
}
#netland-new-design .testi-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}
#netland-new-design .testi-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.15);
  border: none;
  cursor: pointer;
  transition: background .3s, width .3s, border-radius .3s;
  padding: 0;
}
#netland-new-design .testi-dot.active {
  background: #17a2a8;
  width: 24px;
  border-radius: 4px;
}
 

@media (max-width: 991px) {
#netland-new-design .testi-card { flex: 0 0 calc(50% - 12px); }
}
@media (max-width: 600px) {
#netland-new-design .testi-card { flex: 0 0 calc(100% - 0px); }
#netland-new-design .testi-section { padding: 50px 0 60px; }
}
#netland-new-design .newsletter-section {
  padding: 0 0 0;            
  position: relative;
  top: 60px;
  z-index: 2;
}
#netland-new-design .newsletter-card {
  background: linear-gradient(120deg, #0d4f52 0%, #17a2a8 50%, #0d6b6b 100%);
  border-radius: 24px;
  padding: 52px 48px;
  position: relative;
  overflow: hidden;
  
  transform: translateY(0);
  box-shadow:
    0 20px 60px rgba(23,162,168,.25),
    0 4px 20px rgba(0,0,0,.3);
}
#netland-new-design .newsletter-card::before, #netland-new-design .newsletter-card::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
#netland-new-design .newsletter-card::before {
  width: 380px; height: 380px;
  top: -120px; right: -80px;
  background: rgba(255,255,255,.07);
}
#netland-new-design .newsletter-card::after {
  width: 220px; height: 220px;
  bottom: -80px; left: 30%;
  background: rgba(255,255,255,.05);
}
#netland-new-design .nl-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.12);
  pointer-events: none;
  animation: nlPulse 4s ease-in-out infinite;
}
#netland-new-design .nl-ring-1 { width: 200px; height: 200px; top: -60px; right: 120px; animation-delay: 0s; }
#netland-new-design .nl-ring-2 { width: 320px; height: 320px; top: -110px; right: 50px;  animation-delay: .8s; }
#netland-new-design .nl-ring-3 { width: 460px; height: 460px; top: -170px; right: -20px; animation-delay: 1.6s; }
#netland-new-design .nl-left { position: relative; z-index: 2; }
#netland-new-design .nl-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,.18);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 30px;
  margin-bottom: 18px;
  border: 1px solid rgba(255,255,255,.25);
}
#netland-new-design .nl-tag i { font-size: 13px; }
#netland-new-design .nl-title {
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 12px;
}
#netland-new-design .nl-sub {
  font-size: 14px;
  color: rgba(255,255,255,.78);
  margin-bottom: 0;
  line-height: 1.65;
  max-width: 400px;
}
#netland-new-design .nl-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}
#netland-new-design .nl-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.2);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 13px;
  border-radius: 20px;
}
#netland-new-design .nl-badge i { font-size: 13px; color: rgba(255,255,255,.85); }
#netland-new-design .nl-right {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#netland-new-design .nl-form-box {
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  padding: 32px 28px;
}
#netland-new-design .nl-form-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255,255,255,.7);
  margin-bottom: 16px;
  display: block;
}
#netland-new-design .nl-input-group {
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  border: 2px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.95);
  transition: border-color .3s, box-shadow .3s;
}
#netland-new-design .nl-input-group:focus-within {
  border-color: #fff;
  box-shadow: 0 0 0 4px rgba(255,255,255,.2);
}
#netland-new-design .nl-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #1a1a2e;
  padding: 13px 16px;
  font-weight: 500;
}
#netland-new-design .nl-input::placeholder { color: #9aacb0; }
#netland-new-design .nl-submit {
  background: linear-gradient(135deg, #0d4f52, #17a2a8);
  color: #fff;
  border: none;
  padding: 0 22px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .5px;
  cursor: pointer;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: background .25s, transform .15s;
  flex-shrink: 0;
}
#netland-new-design .nl-submit:hover {
  background: linear-gradient(135deg, #0a3d40, #138a8f);
}
#netland-new-design .nl-submit:active { transform: scale(.97); }
#netland-new-design .nl-success {
  display: none;
  align-items: center;
  gap: 10px;
  background: rgba(46,184,114,.15);
  border: 1px solid rgba(46,184,114,.35);
  border-radius: 10px;
  padding: 12px 16px;
  margin-top: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}
#netland-new-design .nl-success i { color: #2eb872; font-size: 18px; }
#netland-new-design .nl-success.show { display: flex; }
#netland-new-design .nl-privacy {
  font-size: 11px;
  color: rgba(255,255,255,.55);
  margin-top: 14px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
#netland-new-design .nl-privacy i { font-size: 12px; color: rgba(255,255,255,.6); }
#netland-new-design .nl-count {
  margin-top: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#netland-new-design .nl-avatars {
  display: flex;
}
#netland-new-design .nl-avatars span {
  width: 30px; height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.5);
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 800;
  color: #fff;
  margin-left: -8px;
  flex-shrink: 0;
}
#netland-new-design .nl-avatars span:first-child { margin-left: 0; }
#netland-new-design .nl-avatars span:nth-child(1) { background: #e74c3c; }
#netland-new-design .nl-avatars span:nth-child(2) { background: #f39c12; }
#netland-new-design .nl-avatars span:nth-child(3) { background: #9b59b6; }
#netland-new-design .nl-avatars span:nth-child(4) { background: #2ecc71; }
#netland-new-design .nl-count-text {
  font-size: 12px;
  color: rgba(255,255,255,.7);
  font-weight: 500;
}
#netland-new-design .nl-count-text strong { color: #fff; }
#netland-new-design .featured-deals-section {
  padding: 60px 0;
  background: #f4f7f7;
}
#netland-new-design .h-product-card {
  background: #fff;
  border: 1px solid #e4eeee;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  height: 100%;
  position: relative;
  text-decoration: none;
}
#netland-new-design .h-product-card:hover {
  transform: translateY(-5px);
  box-shadow:
    0 14px 40px rgba(13,79,82,.12),
    0 2px 10px rgba(0,0,0,.06);
  border-color: var(--teal-accent);
}
#netland-new-design .h-card-img-wrap {
  flex: 0 0 180px;
  width: 180px;
  background: #f0f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  position: relative;
  overflow: hidden;
}
#netland-new-design .h-card-img-wrap img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  transition: transform .4s ease;
}
#netland-new-design .h-product-card:hover .h-card-img-wrap img {
  transform: scale(1.07);
}
#netland-new-design .h-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .8px;
  text-transform: uppercase;
  padding: 3px 9px;
  border-radius: 20px;
  z-index: 2;
}
#netland-new-design .h-badge-new { background: var(--teal-accent); color: #fff; }
#netland-new-design .h-badge-hot { background: #f39c12; color: #fff; }
#netland-new-design .h-badge-sale { background: #e74c3c; color: #fff; }
#netland-new-design .h-card-body {
  flex: 1;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
#netland-new-design .h-card-brand {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--teal-accent);
  margin: 0 0 5px;
}
#netland-new-design .h-card-name {
  font-size: 13px;
  font-weight: 700;
  color: #1a1a2e;
  line-height: 1.45;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#netland-new-design .h-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 12px;
}
#netland-new-design .h-spec-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #f0f6f6;
  border: 1px solid #d8eeee;
  color: #33757d;
  font-size: 10px;
  font-weight: 600;
  padding: 3px 9px;
  border-radius: 20px;
  white-space: nowrap;
}
#netland-new-design .h-spec-chip i { font-size: 10px; }
#netland-new-design .h-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}
#netland-new-design .h-stars { color: #f5a623; font-size: 11px; letter-spacing: 1px; }
#netland-new-design .h-review-count { font-size: 11px; color: #aaa; }
#netland-new-design .h-price-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
#netland-new-design .h-price-now {
  font-size: 20px;
  font-weight: 900;
  color: var(--teal-dark);
  margin: 0;
}
#netland-new-design .h-price-old {
  font-size: 13px;
  font-weight: 500;
  color: #bbb;
  text-decoration: line-through;
  margin: 0;
}
#netland-new-design .h-price-save {
  font-size: 11px;
  font-weight: 700;
  color: #e74c3c;
  background: #fdecea;
  padding: 2px 8px;
  border-radius: 20px;
  margin: 0;
}
#netland-new-design .h-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
#netland-new-design .h-btn-cart {
  flex: 1;
  background: var(--teal-dark);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 9px 14px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  letter-spacing: .3px;
  transition: background .22s, transform .15s;
  text-decoration: none;
}
#netland-new-design .h-btn-cart:hover {
  background: var(--teal-accent);
  color: #fff;
  transform: translateY(-1px);
}
#netland-new-design .h-btn-wish {
  width: 36px; height: 36px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
  background: #fff;
  color: #aaa;
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
  cursor: pointer;
  transition: color .2s, border-color .2s, transform .2s;
  flex-shrink: 0;
}
#netland-new-design .h-btn-wish:hover {
  color: #e74c3c;
  border-color: #e74c3c;
  transform: scale(1.1);
}
 

@media (max-width: 767px) {
#netland-new-design .h-card-img-wrap {
    flex: 0 0 130px;
    width: 130px;
  }
#netland-new-design .h-card-img-wrap img { height: 110px; }
#netland-new-design .h-card-name { -webkit-line-clamp: 3; }
#netland-new-design .h-price-now { font-size: 17px; }
}
 
@media (max-width: 480px) {
#netland-new-design .h-product-card { flex-direction: column; }
#netland-new-design .h-card-img-wrap {
    flex: none;
    width: 100%;
    height: 160px;
    padding: 20px;
  }
#netland-new-design .h-card-img-wrap img { height: 130px; }
}

@media (max-width: 991px) {
#netland-new-design .newsletter-card { padding: 40px 32px; }
#netland-new-design .nl-right { margin-top: 32px; }
#netland-new-design .nl-ring-1, #netland-new-design .nl-ring-2, #netland-new-design .nl-ring-3 { display: none; }
}
@media (max-width: 575px) {
#netland-new-design .newsletter-card { padding: 32px 22px; border-radius: 18px; }
#netland-new-design .nl-input-group { flex-direction: column; border-radius: 12px; overflow: visible; border: none; background: none; gap: 10px; }
#netland-new-design .nl-input {
    border-radius: 10px;
    border: 2px solid rgba(255,255,255,.3);
    background: rgba(255,255,255,.92);
    padding: 13px 16px;
  }
#netland-new-design .nl-submit {
    border-radius: 10px;
    padding: 13px 20px;
    justify-content: center;
  }
#netland-new-design .nl-input-group:focus-within { box-shadow: none; border-color: transparent; }
}
#netland-new-design footer { background: #043132; color: #fff; }
#netland-new-design footer .footer-top { padding: 100px 0px }
#netland-new-design footer h6 { color: #fff; font-weight: 700; font-size: 14px; margin-bottom: 16px; }
#netland-new-design footer ul { list-style: none; padding: 0; margin: 0; }
#netland-new-design footer ul li { margin-bottom: 8px; }
#netland-new-design footer ul li a { color: #fff; text-decoration: none; font-size: 13px; transition: color .2s; }
#netland-new-design footer ul li a:hover { color: var(--teal-accent); }
#netland-new-design .footer-brand { font-size: 22px; font-weight: 800; color: #fff; }
#netland-new-design .footer-brand span { color: var(--teal-accent); }
#netland-new-design .footer-desc { font-size: 13px; line-height: 1.7; margin: 12px 0 20px; color: #fff; }
#netland-new-design .footer-social a {
      width: 36px; height: 36px; border-radius: 50%;
      border: 1px solid #fff; color: #fff;
      display: inline-flex; align-items: center; justify-content: center;
      font-size: 15px; transition: all .2s; text-decoration: none; margin-right: 6px;
    }
#netland-new-design .footer-social a:hover { border-color: var(--teal-accent); color: var(--teal-accent); }
#netland-new-design .footer-bottom { border-top: 1px solid #fff; padding: 18px 0; font-size: 12px; }
#netland-new-design .stars { color: #f5a623; font-size: 12px; }

    
    @media (max-width: 768px) {
#netland-new-design .hero-laptops { min-height: 240px; }
#netland-new-design .laptop-center { width: 200px; }
#netland-new-design .laptop-left, #netland-new-design .laptop-right { width: 140px; }
#netland-new-design .promo-banner { flex-direction: column; gap: 20px; text-align: center; }
#netland-new-design .topbar .d-flex { gap: 8px !important; }
    }
#netland-new-design .drawer-toggle {
    background: none;
    border: none;
    padding: 6px 8px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-right: 8px;
  }
#netland-new-design .drawer-toggle span {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: all .3s ease;
  }
#netland-new-design .drawer-backdrop {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.55);
    z-index: 2000;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity .3s ease;
  }
#netland-new-design .drawer-backdrop.active {
    display: block;
    opacity: 1;
  }
#netland-new-design .mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: 320px;
    max-width: 88vw;
    height: 100dvh;          
    background: #12121f;
    z-index: 2100;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateX(-100%);
    transition: transform .35s cubic-bezier(.4,0,.2,1);
    box-shadow: 6px 0 40px rgba(0,0,0,.5);
  }
#netland-new-design .mobile-drawer.open {
    transform: translateX(0);
  }
#netland-new-design .drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    background: var(--teal-dark, #33757d);
    flex-shrink: 0;
  }
#netland-new-design .drawer-logo img { height: 36px; object-fit: contain; }
#netland-new-design .drawer-close {
    background: rgba(255,255,255,.12);
    border: none;
    color: #fff;
    width: 34px; height: 34px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: background .2s;
  }
#netland-new-design .drawer-close:hover { background: rgba(255,255,255,.25); }
#netland-new-design .drawer-search {
    padding: 14px 16px 10px;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(255,255,255,.07);
  }
#netland-new-design .ds-inner {
    display: flex;
    align-items: center;
    background: #1e1e30;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 10px;
    padding: 0 12px;
    gap: 10px;
  }
#netland-new-design .ds-icon { color: #666; font-size: 14px; }
#netland-new-design .ds-input {
    background: none;
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    padding: 11px 0;
    flex: 1;
  }
#netland-new-design .ds-input::placeholder { color: #555; }
#netland-new-design .drawer-nav {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    scrollbar-width: none;
  }
#netland-new-design .drawer-nav::-webkit-scrollbar { display: none; }
#netland-new-design .drawer-menu {
    list-style: none;
    margin: 0;
    padding: 8px 0;
  }
#netland-new-design .dm-item { border-bottom: 1px solid rgba(255,255,255,.05); }
#netland-new-design .dm-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 18px;
    color: #ddd;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background .2s, color .2s;
    user-select: none;
  }
#netland-new-design .dm-link:hover, #netland-new-design .dm-link:active {
    background: rgba(23,162,168,.1);
    color: var(--teal-accent, #17a2a8);
  }
#netland-new-design .dm-link i { font-size: 17px; width: 20px; text-align: center; color: var(--teal-accent, #17a2a8); }
#netland-new-design .dm-parent {
    justify-content: space-between;
  }
#netland-new-design .dm-link-left {
    display: flex;
    align-items: center;
    gap: 14px;
  }
#netland-new-design .dm-arrow {
    font-size: 12px !important;
    color: #555 !important;
    width: auto !important;
    transition: transform .25s ease, color .2s;
  }
#netland-new-design .dm-parent:hover .dm-arrow, #netland-new-design .dm-parent.active .dm-arrow {
    color: var(--teal-accent, #17a2a8) !important;
  }
#netland-new-design .dm-sub {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    min-height: 100%;
    background: #12121f;
    transform: translateX(100%);
    transition: transform .32s cubic-bezier(.4,0,.2,1);
    z-index: 10;
    padding-bottom: 20px;
    overflow-y: auto;
    scrollbar-width: none;
  }
#netland-new-design .dm-sub::-webkit-scrollbar { display: none; }
#netland-new-design .dm-sub.open { transform: translateX(0); }
#netland-new-design .dm-sub-back {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: rgba(23,162,168,.12);
    border: none;
    border-bottom: 1px solid rgba(23,162,168,.2);
    color: var(--teal-accent, #17a2a8);
    font-size: 14px;
    font-weight: 700;
    padding: 15px 18px;
    cursor: pointer;
    text-align: left;
    letter-spacing: .3px;
  }
#netland-new-design .dm-sub-back i { font-size: 13px; }
#netland-new-design .dm-sub-grid {
    padding: 14px 14px 6px;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
#netland-new-design .dm-sub-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 10px;
    border-radius: 10px;
    background: #1a1a2e;
    text-decoration: none;
    transition: background .2s;
    border: 1px solid rgba(255,255,255,.05);
  }
#netland-new-design .dm-sub-item:hover, #netland-new-design .dm-sub-item:active {
    background: #222244;
    border-color: rgba(23,162,168,.25);
  }
#netland-new-design .dm-sub-item img {
    width: 44px; height: 44px;
    border-radius: 8px;
    object-fit: contain;
    background: #111;
    flex-shrink: 0;
  }
#netland-new-design .dsub-name {
    font-size: 13px;
    font-weight: 600;
    color: #ddd;
    margin: 0 0 3px;
    line-height: 1.35;
  }
#netland-new-design .dsub-price {
    font-size: 13px;
    font-weight: 700;
    color: var(--teal-accent, #17a2a8);
    margin: 0;
  }
#netland-new-design .dm-view-all {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 12px 14px 0;
    padding: 12px;
    border-radius: 10px;
    border: 1px dashed rgba(23,162,168,.4);
    color: var(--teal-accent, #17a2a8);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: .5px;
    transition: background .2s;
  }
#netland-new-design .dm-view-all:hover { background: rgba(23,162,168,.08); color: var(--teal-accent); }
#netland-new-design .drawer-footer {
    border-top: 1px solid rgba(255,255,255,.08);
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-shrink: 0;
  }
#netland-new-design .df-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #888;
    font-size: 13px;
    text-decoration: none;
    padding: 8px 4px;
    transition: color .2s;
  }
#netland-new-design .df-link i { color: var(--teal-accent, #17a2a8); font-size: 15px; width: 18px; }
#netland-new-design .df-link:hover { color: #fff; }
 
  
  
  @media (max-width: 991px) {
#netland-new-design .cat-nav .mega-item, #netland-new-design .cat-nav .recently-browsed {
      display: none !important;
    }
#netland-new-design .topbar {
      display: none;
    }
#netland-new-design .cat-nav .nav-link:not(.d-lg-none) {
      display: none !important;
    }
  }
body.drawer-open {
    overflow: hidden;
  }
#netland-new-design .hero-animate {
    opacity: 0;
    transform: translateX(-40px);
  }
#netland-new-design .carousel-item.active .hero-animate {
    animation: heroFadeRight 0.6s ease forwards;
    animation-delay: var(--anim-delay, 0s);
  }
#netland-new-design .tp-slider-area, #netland-new-design .tp-slider-wrapper, #netland-new-design .tp-slider-section, #netland-new-design .slider-area, #netland-new-design [data-bb-toggle="simple-slider"], #netland-new-design .tp-slider-3-area {
    display: none !important;
  }
#netland-new-design .wishlist-btn.active {
  color: #fff !important;
  background-color: #e74c3c !important;
  border-color: #e74c3c !important;
}
#netland-new-design .wishlist-btn.active i::before {
  content: '\F415'; 
}
#netland-new-design .wishlist-btn.button-loading, #netland-new-design .wishlist-btn.btn-loading, #netland-new-design .btn-add-cart.button-loading, #netland-new-design .btn-add-cart.btn-loading {
  color: transparent !important;
  position: relative;
  pointer-events: none;
}
#netland-new-design .btn-add-cart.button-loading::after, #netland-new-design .btn-add-cart.btn-loading::after {
  content: '';
  position: absolute;
  width: 16px; height: 16px;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spinLoader .6s linear infinite;
}
#netland-new-design .wishlist-btn.button-loading::after, #netland-new-design .wishlist-btn.btn-loading::after {
  content: '';
  position: absolute;
  width: 14px; height: 14px;
  top: 0; bottom: 0; left: 0; right: 0;
  margin: auto;
  border: 2px solid #e74c3c;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spinLoader .6s linear infinite;
}
#netland-new-design .promo-banner-section .promo-banner {
  background: linear-gradient(120deg, #0d4f52, #17a2a8);
  border-radius: 16px;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
}
#netland-new-design .promo-banner-section .promo-banner::after {
  content: '\F394'; font-family: 'bootstrap-icons';
  position: absolute; right: 200px; top: 50%; transform: translateY(-50%);
  font-size: 160px; color: rgba(255,255,255,.07);
}
#netland-new-design .promo-banner-section .promo-tag {
  background: rgba(255,255,255,.2);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 4px 12px;
  border-radius: 30px;
  margin-bottom: 12px;
  display: inline-block;
}
#netland-new-design .promo-banner-section .promo-banner h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 8px;
}
#netland-new-design .promo-banner-section .promo-banner p {
  color: rgba(255,255,255,.8);
  margin: 0;
}
#netland-new-design .btn-promo {
  background: #fff;
  color: #0d4f52;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  transition: all .2s;
  white-space: nowrap;
  flex-shrink: 0;
}
#netland-new-design .btn-promo:hover { background: #1a1a2e; color: #fff; }
@media (max-width: 767px) {
#netland-new-design .promo-banner-section .promo-banner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
    padding: 30px 24px;
  }
#netland-new-design .promo-banner-section .promo-banner::after { display: none; }
}
#netland-new-design .cat-card {
  border-radius: 14px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, #0d4f52, #0e6b6f);
  min-height: 140px;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  text-decoration: none !important;
}
#netland-new-design .cat-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(0,0,0,.18); }
#netland-new-design .cat-card .cat-icon {
  position: absolute; right: 16px; top: 50%; transform: translateY(-50%);
  font-size: 52px; color: rgba(255,255,255,.2);
}
#netland-new-design .cat-card .cat-name { color: #fff; font-weight: 700; font-size: 16px; position: relative; z-index: 1; }
#netland-new-design .cat-card .cat-count { color: rgba(255,255,255,.7); font-size: 12px; }
#netland-new-design .cat-card.c1 { background: linear-gradient(135deg, #0d4f52, #17a2a8); }
#netland-new-design .cat-card.c2 { background: linear-gradient(135deg, #1a1a2e, #2d2d5e); }
#netland-new-design .cat-card.c3 { background: linear-gradient(135deg, #2c1654, #4a2c7a); }
#netland-new-design .cat-card.c4 { background: linear-gradient(135deg, #0a3d3d, #0d6b6b); }

@keyframes catScroll {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes nlPulse {
  0%, 100% { opacity: .5; transform: scale(1); }
  50%       { opacity: 1; transform: scale(1.04); }
}

@keyframes heroFadeRight {
    0%   { opacity: 0; transform: translateX(-40px); }
    100% { opacity: 1; transform: translateX(0); }
  }

@keyframes spinLoader { 100% { transform: rotate(360deg); } }
