<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#home-carousel {
  width: 98%;
  height: auto;
  max-width: 1500px;
  margin: 5px auto;
  overflow: hidden;
  padding: 20px 0 30px;
  background-color: white;

}

#home-carousel .collection-product.grid-view {
  width: 19%;
  min-width: 100px;
  margin-bottom: 5px;

}

@media screen and (max-width: 950px){
  #home-carousel .collection-product.grid-view {
    width: 23%;
  }
}

@media screen and (max-width: 630px){
  #home-carousel .collection-product.grid-view {
    width: 45%;
  }
}

#home-carousel .collection-product.grid-view img {
  width: 100%;
  min-width: 100px;
  height: auto;
}

.home-carousel-view-more {
  width: auto;
}
.home-carousel-view-more button,
.home-preconfig-carousel-view-more button {
  height: 100%;
  width: 350%;
  max-width: 275px;
  padding: 5x;
  font-size: 20px;
  padding: 10px 20px;
  border: none;
  margin: 0 25% 0 10%;  
}


.home-carousel-view-more button:hover {
  cursor: pointer;
  background-color: #505050;
}

#promo-products-anchor,
#nerd-picks-anchor,
#best-seller-anchor {
  display: flex;
  flex-direction: row;
  height: min-content;
  max-height: 400px;
  width: calc(98% - 10px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  background-color: transparent;
}

#home-carousel h1 {
  color: black;
  text-align: center;
  margin-bottom: 10px;
}

#home-carousel-btn-anchor {
  display: flex;
  justify-content: center;
  padding: 8% 1% 5% 1%;
}

#home-carousel-btn-anchor button {
  background-color: #363636;
  border: none;
  padding: 10px 5px;
  color: white;
  font-weight: 600;
  width: 33%;
  max-width: 300px;
  font-size: 16px;
}

#home-carousel-btn-anchor button:hover {
  background-color: #505050;
}

#home-carousel-btn-anchor button:nth-of-type(2){
  margin: 0 5px;
}

@media screen and (max-width: 950px) {
  #promo-products-anchor div:nth-of-type(5),
  #nerd-picks-anchor div:nth-of-type(5),
  #best-seller-anchor div:nth-of-type(5) {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  #promo-products-anchor div:nth-of-type(4),
  #nerd-picks-anchor div:nth-of-type(4),
  #best-seller-anchor div:nth-of-type(4) {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  #promo-products-anchor div:nth-of-type(3),
  #nerd-picks-anchor div:nth-of-type(3),
  #best-seller-anchor div:nth-of-type(3) {
    display: none;
  }

  #home-carousel-btn-anchor button {
    font-size: 12px;
  }
}

#home-otherProd-carousel,
#home-preconfig-carousel {
  width: 98%;
  height: auto;
  max-width: 1500px;
  margin: 5px auto;
  overflow: hidden;
  padding: 20px 0 30px;
  background-color: white;

}
#home-otherProd-carousel .collection-product.grid-view
#home-preconfig-carousel .collection-product.grid-view {
  width: 19%;
  min-width: 100px;
  margin-bottom: 10px;
}

@media screen and (max-width: 950px){
  #home-otherProd-carousel .collection-product.grid-view,
  #home-preconfig-carousel .collection-product.grid-view {
    width: 23%;
  }
}

@media screen and (max-width: 630px){
  #home-otherProd-carousel .collection-product.grid-view,
  #home-preconfig-carousel .collection-product.grid-view {
    width: 45%;
  }
}
#home-otherProd-carousel .collection-product.grid-view img,
#home-preconfig-carousel .collection-product.grid-view img {
  width: 100%;
  min-width: 100px;
  height: auto;
}

.home-preconfig-carousel-view-more {
  width: auto;
}

.home-preconfig-carousel-view-more button {
  height: 100%;
  width: 400%;
  padding: 5x;
  font-size: 14px;
  padding: 10px 20px;
  border: none;
  
}
.
.home-preconfig-carousel-view-more button:hover {
  cursor: pointer;
  background-color: #505050;
}
#laptop-otherProd-anchor,
#desktop-otherProd-anchor,
#hp-preconfig-anchor,
#dell-preconfig-anchor{
  display: flex;
  flex-direction: row;
  height: min-content;
  max-height: 400px;
  width: calc(98% - 10px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  height: 100%;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  --mask: linear-gradient(to left, rgba(0,0,0, 0) 0%, rgba(0,0,0, 1) 3%, rgba(0,0,0, 1) 97%, rgba(0,0,0, 0) 100%);
  -webkit-mask: var(--mask);
  mask: var(--mask);
}
#home-otherProd-carousel h1,
#home-preconfig-carousel h1 {
  color: black;
  text-align: center;
  margin-bottom: 10px;
}
#home-otherProd-btn-anchor{
  display: flex;
  justify-content: center;
  padding: 0% 1% 6% 1%;
}

#home-preconfig-btn-anchor {
  display: flex;
  justify-content: center;
  padding: 8% 1% 6% 1%;
}
#home-otherProd-btn-anchor button,
#home-preconfig-btn-anchor button {
  background-color: #363636;
  border: none;
  padding: 10px 5px;
  color: white;
  font-weight: 600;
  width: 33%;
  max-width: 300px;
  font-size: 16px;
}
#home-otherProd-btn-anchor button:hover,
#home-preconfig-btn-anchor button:hover {
  background-color: #505050;
}
#home-otherProd-btn-anchor button:nth-of-type(2),
#home-preconfig-btn-anchor button:nth-of-type(2){
  margin: 0 5px;
}

@media screen and (max-width: 950px) {
  #dell-preconfig-anchor div:nth-of-type(5),
  #hp-preconfig-anchor div:nth-of-type(5) {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  #dell-preconfig-anchor div:nth-of-type(4),
  #hp-preconfig-anchor div:nth-of-type(4) {
    display: none;
  }
}

@media screen and (max-width: 700px) {
  #dell-preconfig-anchor div:nth-of-type(3),
  #hp-preconfig-anchor div:nth-of-type(3) {
    display: none;
  }

  #home-preconfig-carousel-btn-anchor button {
    font-size: 12px;
  }
}
#laptop-otherProd-anchor::-webkit-scrollbar,
#desktop-otherProd-anchor::-webkit-scrollbar,
#promo-products-anchor::-webkit-scrollbar,
#nerd-picks-anchor::-webkit-scrollbar,
#best-seller-anchor::-webkit-scrollbar,
#hp-preconfig-anchor::-webkit-scrollbar, 
#dell-preconfig-anchor::-webkit-scrollbar {
  height: 4px;
  outline: 1px solid transparent;
}
#laptop-otherProd-anchor::-webkit-scrollbar-track,
#desktop-otherProd-anchor::-webkit-scrollbar-track,
#promo-products-anchor::-webkit-scrollbar-track,
#nerd-picks-anchor::-webkit-scrollbar-track,
#best-seller-anchor::-webkit-scrollbar-track,
#hp-preconfig-anchor::-webkit-scrollbar-track,
#dell-preconfig-anchor::-webkit-scrollbar-track {
  background-color: transparent;
  outline: 1px solid transparent;
}
#laptop-otherProd-anchor::-webkit-scrollbar-thumb,
#desktop-otherProd-anchor::-webkit-scrollbar-thumb,
#promo-products-anchor::-webkit-scrollbar-thumb,
#nerd-picks-anchor::-webkit-scrollbar-thumb,
#best-seller-anchor::-webkit-scrollbar-thumb,
#hp-preconfig-anchor::-webkit-scrollbar-thumb,
#dell-preconfig-anchor::-webkit-scrollbar-thumb {
  background-color: #cdea00;
  outline: 1px solid transparent;
}
#laptop-otherProd-anchor::-webkit-scrollbar-thumb:hover,
#desktop-otherProd-anchor::-webkit-scrollbar-thumb:hover,
#promo-products-anchor::-webkit-scrollbar-thumb:hover,
#nerd-picks-anchor::-webkit-scrollbar-thumb:hover,
#best-seller-anchor::-webkit-scrollbar-thumb:hover,
#hp-preconfig-anchor::-webkit-scrollbar-thumb:hover,
#dell-preconfig-anchor::-webkit-scrollbar-thumb:hover {
  background: #a7bd00;
}</pre></body></html>