/** Shopify CDN: Minification failed

Line 41:10 Expected identifier but found whitespace
Line 41:12 Unexpected "{"
Line 41:21 Expected ":"
Line 41:45 Expected ":"

**/


/* CSS from section stylesheet tags */
.mainkkk{
    padding: 20px;
  }
  .services-section-container.service-grid.service-wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 30px 20px;
    background-color: #f6f6f9;
    max-width: 100%;
    margin: 20px auto;
    border-radius: 20px;
  }

  .service-box.service-card.service-item {
    text-align: center;
    padding: 20px;
    flex: 1;
    min-width: 250px;
    margin: 10px;
  }

  .service-icon.icon-wrapper.service-image {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
  }

  .service-icon.icon-wrapper.service-image img {
    width: {{ section.settings.icon_size }}px;
    height: auto;
  }

  .service-title.service-heading.card-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
    color:#1875d1;
  }

  .service-description.service-text.card-description {
    font-size: 14px;
    color:#1875d1;
  }

  @media (max-width: 768px) {
    .service-box.service-card.service-item {
      min-width: 100%;
      margin-bottom: 20px;
    }
  }
.hjwdjwkjkjjsk .custom-category-section.mainhunain.shop-categories.category-container-wrapper {
  max-width: 100%;
  margin: auto;
  padding: 40px 115px 21px 115px;
  background-color: #00355F;
}

.hjwdjwkjkjjsk .section-header.section-title.category-heading {
  font-size: 32px;
  font-weight: bold;
  color: white;
  margin-bottom: 10px;
}

.hjwdjwkjkjjsk .category-header.slider-header.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid white;
}

.hjwdjwkjkjjsk .slider-wrapper.category-slider.slider-container.category-slide-container {
  position: relative;
}

.hjwdjwkjkjjsk .shopify-section .slider-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
}

.hjwdjwkjkjjsk .slider-track.category-track.card-container.category-track-wrapper {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 20px;
  padding-bottom: 10px;
}

.hjwdjwkjkjjsk .slider-track.category-track.card-container.category-track-wrapper::-webkit-scrollbar {
  display: none;
}

.hjwdjwkjkjjsk .category-card.card.product-card {
  flex: 0 0 calc(25% - 15px);
  text-align: center;
  scroll-snap-align: start;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
}

.hjwdjwkjkjjsk .category-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.hjwdjwkjkjjsk .category-card.card.product-card img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 15px;
  border-radius: 20px;
}

.hjwdjwkjkjjsk .card-title.category-name.product-title {
  color: #3B3B6E;
  font-size: 28px;
  font-weight: 600;
  padding-bottom: 10px;
  margin: 0;
}

.hjwdjwkjkjjsk .slider-nav.navigation-buttons.btn-group {
  display: flex;
  gap: 10px;
}

.hjwdjwkjkjjsk .nav-btn.slider-btn.arrow-btn {
  background-color: white;
  color: black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 18px;
  cursor: pointer;
}

.hjwdjwkjkjjsk .dots.pagination-dots.indicator-container {
  padding-top: 30px;
  text-align: center;
}

.hjwdjwkjkjjsk .dot.page-indicator.slider-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: white;
  border-radius: 20px;
  margin: 0 4px;
  transition: all 0.3s ease;
}

.hjwdjwkjkjjsk .dot.page-indicator.slider-dot.active {
  width: 20px;
}

  

@media (max-width: 1024px) {
  .hjwdjwkjkjjsk .category-card.card.product-card {
    flex: 0 0 calc(33.33% - 14px);
  }
}

@media (max-width: 768px) {
 .hjwdjwkjkjjsk  .category-card.card.product-card {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .hjwdjwkjkjjsk .category-card.card.product-card {
    flex: 0 0 80%;
  }

  .hjwdjwkjkjjsk .section-header.section-title.category-heading {
    font-size: 24px;
  }

 .hjwdjwkjkjjsk  .custom-category-section.mainhunain.shop-categories.category-container-wrapper {
    padding: 40px 20px 21px 20px;
  }

 .card-title.category-name.product-title{
   font-size: 15px !important;
        line-height: 20px !important;
        padding: 0px 8px;
 }
.hjwdjwkjkjjsk .dots.pagination-dots.indicator-container {
  padding-top: 0px;
  text-align: center;
}
  
}
.category-list-wrapper {
  padding: 10px 15px;
  overflow-x: auto;
  background-color: white;
  -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar - Chrome, Safari and Edge */
.category-list-wrapper::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar - Firefox */
.category-list-wrapper {
  scrollbar-width: none;
}

.category-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background-color: #f1f8fa;
  border-radius: 12px;
  white-space: nowrap;
  flex-shrink: 0;
  padding: 3px 12px;
  min-width: calc((100% - 30px) / 4);
  text-align: center;
  box-sizing: border-box;
}

/* Style for anchor inside li */
.category-list li a {
  text-decoration: none;
  color: inherit;
  display: block;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .category-list-wrapper {
    justify-content: center;
    overflow-x: visible;
  }

  .category-list {
    justify-content: center;
    flex-wrap: wrap;
  }

  .category-list li {
    min-width: auto;
  }
}
.power-tools-banner.discount-hero.banner-container {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .banner-background.hero-image.background-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }

  .banner-content.hero-content.text-overlay {
    position: relative;
    z-index: 2;
    text-align: start;
    color: white;
    padding: 30px 60px;
    max-width: 100%;
    width: 100%;
  }

  .discount-percent.percent-text.discount-heading {
    font-size: 5vw;
    font-weight: bold;
    margin: 0;
    line-height: 1;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
  }

  .product-category.category-label.white-box {
       display: flex;
    justify-content: center;
    width: 20%;
    color: #3b3b6e;
    background-color: #fff;
    font-size: 38px;
    margin: 15px 0 0;
    font-weight: 600;
  }

  @media (min-width: 601px) and (max-width: 1024px){
    .product-category.category-label.white-box {
    width: 27%;
}
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .power-tools-banner.discount-hero.banner-container {
      height: 300px;
    }

    .banner-content.hero-content.text-overlay {
      padding: 20px;
    }
  }

  @media (max-width: 576px) {
    .power-tools-banner.discount-hero.banner-container {
      height: 250px;
    }

    .discount-percent.percent-text.discount-heading {
      font-size: 8vw;
    }

    .product-category.category-label.white-box {
      font-size: 5vw;
      width: 34%;
    }
  }