body {
  font-family: UI Sans, Lato, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.xstore-cross-sells-container {
  display: block !important;
  /* Override any hiding */
}

:root {
  /* --ekit-primary-color: #c40101; */
      /* --ekit-primary-color: #FF2D00; */

    --ekit-primary-color: #ed1c24;

  --ekit-primary-color_dark: #d60831;
  --ekit-primary-color_light: #FF2D00;

}

.etheme-sticky-cart .quantity {
    margin: 0 10px 0 0;
    display: none !important;
}


#tab-description {
  font-size: 14px !important;
  font-family:"UI Sans";

}
.cross-sell-products-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
  gap: 10px;
}

.cross-sell-title {
  font-size: 14px;
  line-height: 20px;
  color: rgb(80, 86, 94);
}

.cross-sell-products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  /* Adjust gap between cards as needed */
}

.power-access.product-card {
  flex: 1 1 calc(50% - 20px);
  /* Two cards per row with gap accounted for */
  box-sizing: border-box;
}

@media (max-width: 768px) {

  /* Adjust breakpoint as needed */
  .power-access.product-card {
    flex: 1 1 100%;
    /* Full width on mobile */
  }
}



/* Card Component */
.power-access.product-card {
  border: 1px solid rgb(237, 237, 240);
  border-radius: 4px;
  width: 100%;
  display: block;
  background-color: transparent;

}

.power-access .addon-card {
  display: grid;
  grid-template-columns: min-content auto max-content;
  align-items: center;
  padding: 9px 20px;
  gap: 8px;
  cursor: pointer;
}

.power-access .card-container {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}


.power-access .addon-card-container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}

.addon-card input {
    width: 16px;
    margin-right: 10px;
}

.addon-card-container.highlighted {

  background: rgb(249, 249, 250);

}

.addon-card-container input[type="checkbox"] {
  pointer-events: none;
  /* Prevent double toggling */
}

/* Top Section */
.power-access .card-top {
  display: flex;
  gap: 8px;
}

.power-access .product-image-container {
  display: flex;
  align-items: center;
  width: 48px;
}

.power-access .product-image {
  width: 100%;
  height: auto;
  color: transparent;
}

/* Product Info */
.power-access .product-info {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 6px;
  justify-content: space-between;
}

.power-access .product-title {
  display: flow-root;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.6px;
  overflow: hidden;
  color: var(--ekit-primary-color);
  text-align: left;
}

/* Bottom Section */
.power-access .card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 6px;
}

.power-access .price-container {
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow: hidden;
}

.power-access .price {
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
}

/* Button Styles */
.power-access .power-btn {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: visible;
}

.power-access .btn-text {
  font-size: 12px;
  letter-spacing: 0.25px;
  color: var(--ekit-primary-color);
  line-height: 20px;
  font-weight: 400;
  background: none;
  border: none;
  padding: 0;
  text-align: left;
}

.power-access .btn-icon {
  border: 1px solid var(--ekit-primary-color);
  border-radius: 4px;
  width: 32px;
  height: 32px;
  background-color: var(--ekit-primary-color);
  color: rgb(255, 255, 255);
}


.power-button {
  align-items: center;
  border: 1px solid var(--ekit-primary-color);
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  position: relative;
  width: 32px;
  height: 32px;
  color: rgb(255, 255, 255);
  background-color: var(--ekit-primary-color);
  font-family: inherit;
  padding: 0 16px;
  margin: 0;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

.power-button:hover {
  background-color: var(--ekit-primary-color_light);
  border-color: var(--ekit-primary-color_light);
  color: #fff;
}

.power-button:active {
  background-color: rgb(0, 80, 185);
}

.power-button-content {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out 0.15s;
  box-sizing: border-box;
}


.power-access .btn-icon-content {
  mask: url(https://assets.ecomm.ui.com/_next/static/media/cart.48087104.svg) 50% 50% / contain no-repeat;
  background-color: currentcolor;
  aspect-ratio: 20 / 20;
  height: 20px;
  width: auto;
}

.power-access .state-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  pointer-events: none;
}

/* Transition Effects */
.power-access .transition-effect {
  opacity: 1;
  transition: opacity 0.15s ease-in-out, visibility 0.15s ease-in-out 0.15s;
  visibility: visible;
}





/** Price and Add to Cart **/
.price-addcart-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  min-height: 40px;
}

.price-addcart-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.price-qty-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.total-price-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.total-price-wrapper .total-price {
  font-size: 18px;
  font-weight: 500;
}

.total-price-wrapper .price-qty-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.qty-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qty-input {
  user-select: none;
  background-color: rgb(246, 246, 248);
  border-radius: 4px;
  height: 40px;
  display: flex;
  justify-content: center;
  gap: 2px;
  align-items: center;
  padding: 0px 4px;
}

.qty-input-minus-btn {
  color: rgb(128, 136, 147);
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  padding: 0px;
  cursor: pointer;
  background: transparent;
}

.qty-input-plus-btn {

  color: rgb(128, 136, 147);
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  padding: 0px;
  cursor: pointer;
  background: transparent;

}

.qty-input-plus {

  mask: url(https://assets.ecomm.ui.com/_next/static/media/plus.0429a35a.svg) 50% 50% / contain no-repeat;
  background-color: #808893;
  aspect-ratio: 20 / 20;
  height: 20px;
  width: auto;
}

.qty-input-minus {
  mask: url(https://assets.ecomm.ui.com/_next/static/media/minus.5178c2bb.svg) 50% 50% / contain no-repeat;
  background-color: #808893;
  aspect-ratio: 20 / 20;
  height: 20px;
  width: auto;
}

.addon-descripton {
  line-height: inherit;
    color: inherit;
    margin-bottom: 0px;
    font-size:14px;

}


.htflow-container {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  column-gap: 8px;
  margin-top: 10px;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  flex-wrap: nowrap;
  background-color: transparent;
}

.htflow-box {
  border: 1px solid rgb(238, 240, 241);
  border-radius: 4px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: static;
  display: block;
  background-color: transparent;
}

.htflow-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  position: static;
  display: block;
  background-color: transparent;
}

.htflow-list-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: static;
  display: list-item;
  background-color: transparent;
}

.htflow-grid {
  display: grid;
  grid-template-columns: 26fr 267.453fr 72.5469fr;
  align-items: center;
  padding: 9px 20px;
  row-gap: 8px;
  column-gap: 8px;
  cursor: pointer;
  box-sizing: border-box;
  margin: 0;
  position: static;
  background-color: transparent;
}

.htflow-icon {
  width: 16px;
  margin-right: 10px;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  position: static;
  display: block;
}

.htflow-label {
  transition: color 0.2s linear;
  color: rgb(80, 86, 94);
  font-size: 14px;
  line-height: 24px;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  cursor: pointer;
  box-sizing: border-box;
  
  margin: 0;
  padding: 0;
  position: static;
  background-color: transparent;
}

.product_type_simple.add_to_cart_button, .mini-cart-buttons .button.btn-checkout.wc-forward, .mini-cart-buttons .button.wc-forward {
  font-family: "UI Sans";
  font-size: 14px;
  font-weight: 500;
  border-radius: 4px 4px 4px 4px;
  text-transform: capitalize;

}

.product_type_simple.add_to_cart_button, .mini-cart-buttons .button.btn-checkout.wc-forward {
  background-color: var(--ekit-primary-color);


}



   

.product_type_simple.add_to_cart_button:hover {
  background-color: #EC4343;
  color:white;

}


.entry-content {
      justify-items: center;
}


/* .product_type_simple.add_to_cart_button {
  color: var(--ekit-primary-color);
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px 4px 4px 4px;
    background: white;
    border: var(--ekit-primary-color);
    border-width: 1px;
    border-style: solid;
  

} */


   






.product_type_simple.add_to_cart_button:focus {
  background-color: #EC4343;


}




.htflow-checkbox-container {
  margin-right: 0;
  position: relative;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  display: block;
}

.htflow-checkbox-wrapper {
  align-items: center;
  display: flex;
  flex: 0 0 16px;
  height: 16px;
  justify-content: center;
  position: relative;
  width: 16px;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  background-color: transparent;
}

.htflow-checkbox {
  border: 1px solid rgb(182, 185, 196);
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  left: 0;
  margin: 0;
  outline: 0;
  position: absolute;
  top: 0;
  transition: color 0.2s linear;
  width: 100%;
  font-family: inherit;
  font-size: 14px;
  line-height: 16.1px;
  overflow: visible;
  box-sizing: border-box;
  padding: 0;
  display: block;
  background-color: transparent;
}

.htflow-checkmark {
  color: white;
  pointer-events: none;
  position: absolute;
  transform: scale(0);
  transition: transform 0.08s linear, visibility 0.08s linear, color 0.2s linear;
  visibility: hidden;
  margin: 0;
  flex: 0 0 auto;
  box-sizing: border-box;
  padding: 0;
  display: block;
  background-color: transparent;
}

.htflow-text-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: static;
  background-color: transparent;
}

.htflow-title {
  font-weight: 700;
  cursor: pointer;
  color: rgb(0, 111, 255);
  transition: color 0.3s ease;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: static;
  display: inline;
  background-color: transparent;
}

.htflow-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.45);
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: static;
  display: block;
  background-color: transparent;
}

.htflow-price-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: static;
  background-color: transparent;
}

.htflow-price {
  font-weight: 400;
  line-height: 22px;
  font-size: 14px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  position: static;
  display: block;
  background-color: transparent;
}

@media screen and (max-width: 320px) {
  .htflow-container {
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .htflow-grid {
    grid-template-columns: 26fr 267.453fr;
  }
}

@media screen and (max-width: 767px) {
  .htflow-grid {
    grid-template-columns: 26fr;
  }
}

@media screen and (max-width: 479px) {
  .htflow-grid {
    grid-template-columns: 26fr;
  }
}


/* Ekit Home Page - Category Component */
        .category-navigation {
            display: flex;
            flex-direction: column;
            box-sizing: border-box;
            position: relative;
            width: 100%;
            margin: 0 auto;
        }

        .category-container {
            position: relative;
            display: flex;
            justify-content: flex-start;
            width: 100%;
        }

        .category-scroll {
            display: flex;
            gap: 10px;
            overflow-x: scroll;
            overflow-y: hidden;
            flex-direction: row;
            padding: 16px 0;
            width: 100%;
            scroll-behavior: smooth;
            -ms-overflow-style: none;  /* IE and Edge */
            scrollbar-width: none;  /* Firefox */
        }

        .category-scroll::-webkit-scrollbar {
            display: none;  /* Chrome, Safari, Opera */
        }

        .category-item {
            flex-shrink: 0;
            display: block;
        }

        .category-link {
            display: block;
            padding: 8px;
            border-radius: 8px;
               height: 79px;
            min-width: 67px;
            font-size: 13px;
            line-height: 16px;
            color: #393939;
            text-align: center;
            cursor: pointer;
            transition: background-color 0.2s ease-in-out;
            text-decoration: none;
        }
        .category-link.active {
           background-color: #f4f5f6;
        }



        .category-link:hover {
            background-color: #f4f5f6;
        }

        .category-link.selected {
            background-color: #f4f5f6;
        }

        .category-icon-container {
            margin: 5px 0 4px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .category-icon {
            height: 38px;
            width: auto;
        }

        /* Empty category styling - using !important to ensure it works */
        .category-item .category-link.empty-category,
        .category-item .category-link.empty-category:hover,
        .category-item .category-link.empty-category:focus,
        .category-item .category-link.empty-category:active {
            opacity: 0.4 !important;
            filter: grayscale(100%) !important;
            pointer-events: none !important;
            color: #999 !important;
            background-color: transparent !important;
        }

        .category-item .category-link.empty-category .category-icon-container,
        .category-item .category-link.empty-category .category-icon-container * {
            opacity: 0.4 !important;
        }

        .category-item .category-link.empty-category .category-icon,
        .category-item .category-link.empty-category .category-icon * {
            filter: grayscale(100%) brightness(0.7) !important;
            opacity: 0.6 !important;
        }

        /* Override any existing color styles */
        .category-item .category-link.empty-category,
        .category-item .category-link.empty-category * {
            color: #999 !important;
        }

        /* Force grayscale on all child elements */
        .category-item .category-link.empty-category * {
            filter: grayscale(100%) !important;
        }

        /* Hide all prices and add to cart buttons for catalog mode */
        .price,
        .product-price,
        .addon-product-price,
        .total-price,
        .price-container,
        .price-wrapper,
        .price-addcart-container,
        .add_to_cart_button,
        .add-to-cart,
        .single_add_to_cart_button,
        .woocommerce-loop-product__price,
        .woocommerce-Price-amount,
        .price-add-to-cart {
            display: none !important;
        }

        /* Hide quantity inputs */
        .qty-wrapper,
        .quantity,
        input[name="quantity"] {
            display: none !important;
        }

        .scroll-button {
            z-index: 10;
            cursor: pointer;
            position: absolute;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 40px;
            height: 100%;
            top: 50%;
            transform: translateY(-50%);
            background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
            border: none;
            opacity: 1;
            transition: opacity 0.2s ease-in-out;
        }

        .scroll-button.left {
            left: 0;
            justify-content: flex-start;
            padding-left: 8px;
            background: linear-gradient(270deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
        }

        .scroll-button.right {
            right: 0;
            justify-content: flex-end;
            padding-right: 8px;
            background: linear-gradient(90deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 100%);
        }

        .scroll-button.hidden {
            opacity: 0;
            pointer-events: none;
        }

        .scroll-arrow {
            background-color: #909090;
            height: 13px;
            width: 8px;
            clip-path: polygon(0 50%, 100% 0, 100% 100%);
        }

        .scroll-button.left .scroll-arrow {
            transform: rotate(180deg);
        }

        @media (max-width: 767px) {
            .category-scroll {
                padding: 0 16px;
            }
            
            .scroll-button {
                width: 30px;
            }
        }












    /** Ekit Addons Area **/

      .addon-product {
          display: flex;
          flex-direction: column;
      }
            .addon-product-grid {
           display: grid;
          grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
          gap: 20px;
          width: 100%;
        }

        /* Ensure multi-column layout on common breakpoints */
        @media (min-width: 576px) {
            .addon-product-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }
        @media (min-width: 768px) {
            .addon-product-grid {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }
        }
        @media (min-width: 1024px) {
            .addon-product-grid {
                grid-template-columns: repeat(4, minmax(0, 1fr));
            }
        }

        .addon-products-container {
            display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
            box-sizing: border-box;
        }

        .addon-product-card {
            display: flex;
            flex-direction: column;
            border-radius: 4px;
            background-color: rgb(250, 251, 251);
            padding: 20px;
            justify-content: space-between;
            gap: 10px;
        }

        .addon-product-content {
            display: flex;
            flex-direction: column;
            cursor: pointer;
            gap: 10px;
        }

        .addon-product-image {
            width: 100%;
            height: auto;
            aspect-ratio: 1 / 1;
            object-fit: contain;
            object-position: center center;
            color: transparent;
        }

        .addon-product-title {
            font-size: 18px;
            font-weight: 700;
            line-height: 22px;
            color: rgba(0, 0, 0, 0.85);
            margin: 0;
        }

        .addon-product-sku {
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            color: rgba(0, 0, 0, 0.45);
            margin: 0;
        }

        .addon-product-description {
          font-size: 14px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          color: rgb(80, 86, 94);
        }

        .addon-product-footer {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
        }

        .addon-product-price {
            font-weight: 400;
            line-height: 22px;
            font-size: 14px;
        }

        .addon-product-button {
            padding: 6px 16px;
            font-family: inherit;
            font-size: 14px;
            line-height: 21px;
            border-radius: 4px;
            height: 32px;
            cursor: pointer;
            border: 1px solid;
            text-transform: none;
            box-sizing: border-box;
            letter-spacing: normal;
        }

        .dwspecs-product-table-group table {
              border-style: solid;
          border-color: #fffdfd;
        }
        .addon-button-primary {
            background-color: var(--ekit-primary-color);
            color: rgb(255, 255, 255);
            border-color:var(--ekit-primary-color);
            transition: background 0.3s ease;
        }
        .product-detail-spec-th {
          background-color: #f7f7f7 !important;
          border-bottom: 1px solid #fff !important;
          color: #4b4b4b !important;
          font-size: 1.083333333333333rem !important;
          font-weight: 500 !important;
          padding: 1rem 1.25rem !important;
          vertical-align: middle !important;
       }

        .addon-button-unavailable {
            background-color: rgb(238, 238, 238);
            color: rgb(142, 142, 142);
            border-color: rgb(238, 238, 238);
            cursor: not-allowed;
        }

        .addon-button-content {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100%;
            position: relative;
        }

        @media screen and (max-width: 991px) {
           .addon-products-container {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media screen and (max-width: 767px) {
            .addon-products-container {
                grid-template-columns: 1fr;
            }
        }





        @media only screen and (min-width: 650px) {
    .swiper-vertical-images .vertical-thumbnails-wrapper {
        padding-right: 0px !important;
    }
}



.et_cart-type-2 .footer-product .button:before, .et_cart-type-2 .product-view-overlay .quick-buttons .button:before, .et_cart-type-2 .quantity-wrapper .button:before, .et_cart-type-2 .single_add_to_cart_button:before {
 
    display: none !important;
}


/* Add this to your stylesheet */
/* Attribute filter pills */
.attribute-pill-container.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.attribute-pill-container.disabled .attribute-pill {
    background-color: #f5f5f5;
    color: #999;
    cursor: not-allowed;
}

.attribute-value-item.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.attribute-value-item.disabled span {
    color: #999;
}

/* Force grid layout for addon product grid with higher specificity */
.addon-product .addon-product-grid {
	display: grid !important;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
	gap: 20px !important;
	width: 100% !important;
}
.addon-product .addon-product-grid > * {
	min-width: 0;
}
@media (min-width: 576px) {
	.addon-product .addon-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}
@media (min-width: 768px) {
	.addon-product .addon-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (min-width: 1024px) {
	.addon-product .addon-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)) !important; }
}

/* Override addon-product-grid to flex layout (works as per inspector) */
.addon-product .addon-product-grid {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 20px !important;
	width: 100% !important;
}
.addon-product .addon-product-grid > .addon-product-card {
	flex: 1 1 100%;
	min-width: 220px;
}
@media (min-width: 576px) {
	.addon-product .addon-product-grid > .addon-product-card { flex: 1 1 calc(50% - 20px); }
}
@media (min-width: 768px) {
	.addon-product .addon-product-grid > .addon-product-card { flex: 1 1 calc(33.333% - 20px); }
}
@media (min-width: 1024px) {
	.addon-product .addon-product-grid > .addon-product-card { flex: 1 1 calc(25% - 20px); }
}