.final-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  gap: 15px;
  flex-wrap: wrap;
}

.final-button-quantity {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.final-button-inside {
  flex: 1;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}

/* .final-button-buy,
.final-button-cart {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  border-radius: 100px;
  transition: background 0.4s ease-in-out;
} */

.final-button-inside {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  width: calc(100% - 168px);
  column-gap: 10px;
}

.final-button-cart {
  background: transparent;
  border: 1px solid #e9ecef;
}

.final-button-cart:hover {
  color: #ffffff;
}

.final-button-buy,
button.final-button-buy,
#buy-now-btn {
  color: #ffffff !important;
  padding: 12px 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 50px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 150px !important;
}

.final-button-buy:hover,
button.final-button-buy:hover,
#buy-now-btn:hover {
  color: #ffffff !important;
  border-color: var(--e-primary) !important;
  background: var(--e-primary) !important;
  transform: translateY(-2px) !important;
}

/* ----------------------------------------------------- */
.woocommerce-product-gallery__trigger {
  display: none;
}

.woocommerce-product-gallery .tinv-wishlist,
.wishlist-btn-container {
  position: absolute;
  right: 11px;
  top: 0;
  z-index: 4;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-product-gallery .tinvwl-icon-heart {
  top: 5px;
}

.woocommerce-product-gallery {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
}

.woocommerce-product-gallery__wrapper {
  position: relative;
  margin: 0;
}

.woocommerce-product-gallery__image {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}

.woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.e-gallery-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  transform: translateY(-50%);
  padding: 0 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.woocommerce-product-gallery:hover .e-gallery-nav {
  opacity: 1;
}

.e-gallery-nav button {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: all;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.e-gallery-nav button:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.e-gallery-nav button:active {
  transform: scale(0.95);
}

.woocommerce-product-gallery.flexslider {
  border: none;
  border-radius: 12px;
  margin: 0;
  background: transparent;
}

.woocommerce-product-gallery .flex-direction-nav {
  height: auto;
}

.woocommerce-product-gallery .flex-direction-nav a {
  background: rgba(0, 0, 0, 0.6);
  color: white;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  text-shadow: none;
  transition: all 0.3s ease;
  opacity: 0;
  margin-top: -22.5px;
}

.woocommerce-product-gallery:hover .flex-direction-nav a {
  opacity: 1;
}

.woocommerce-product-gallery .flex-direction-nav a:hover {
  background: rgba(0, 0, 0, 0.8);
  transform: scale(1.1);
}

.woocommerce-product-gallery .flex-direction-nav .flex-prev {
  left: 15px;
}

.woocommerce-product-gallery .flex-direction-nav .flex-next {
  right: 15px;
}

.woocommerce-product-gallery .flex-control-nav {
  display: none;
}

.woocommerce-product-gallery.loading {
  min-height: 400px;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.woocommerce-product-gallery.loading::before {
  content: "Loading...";
  color: #666;
  font-size: 16px;
}

.woocommerce-product-gallery__image img[src=""],
.woocommerce-product-gallery__image img:not([src]) {
  display: none;
}

.woocommerce-product-gallery__image {
  aspect-ratio: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.woocommerce-product-gallery__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.woocommerce-product-gallery__image a {
  width: 100%;
}

.e-frequently-bought-together {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.e-frequently-bought-together h4 {
  margin-top: 0;
  font-size: 25px;
  font-weight: 500;
}

.e-frequently-bought-together .product-image a {
  min-height: auto !important;
}

.where-to-buy {
  font-size: 20px;
  font-weight: 400;
  /* line-height: 1; */
  color: var(--e-primary);
  text-decoration: underline;
}

/* -------------------------------------------------------- */

.single_variation_wrap {
  margin-top: 40px;
  order: 2;
}

.single_variation_wrap > div {
  display: flex;
  column-gap: 10px;
}

.product_list_container .breadcrumb-nav-wrap {
  width: 100%;
  margin-bottom: 55px;
}

.breadcrumb-arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  font-family: "Karbon";
}

.breadcrumb-arrow .home-icon {
  position: relative;
  width: auto;
  height: auto;
  display: inline-block;
  top: -2px !important;
}

.breadcrumb-arrow span:first-child {
  color: #3c3c3c;
}

.breadcrumb-arrow span:last-child {
  color: var(--e-primary);
  font-weight: 600;
}

/* -------------------------------------------------------- */

.breadcrumb-nav {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 40px;
}

.breadcrumb-nav .home-icon {
  position: relative;
  top: -6px;
}

/* -------------------------------------------------------- */

.product-detail-price {
  font-size: 35px;
  line-height: 1;
  color: var(--e-primary);
  font-weight: 400;
}

.product-detail-price .woocommerce-Price-currencySymbol {
  font-size: 16px;
}

.product-detail-price .price-from {
  font-size: 14px;
}

.product-detail-price h2 {
  font-size: 35px;
  font-weight: 500;
  margin: 35px 0 0 0;
}


.delimiter {
  font-size: 0;
  position: relative;
}

.delimiter::after {
  content: "";
  width: 6px;
  height: 11px;
  background: url(../../../images/arrow-right.png) no-repeat center;
  display: inline-block;
}

.woocommerce-breadcrumb span:nth-last-child(2)::after {
  background: url(../../../images/primary_arrow_icon.png) no-repeat center;
}

.woocommerce-breadcrumb span.delimiter {
  display: inline-block;
  margin-right: 10px;
}

.woocommerce-breadcrumb span:not(.delimiter) {
  margin-right: 10px;
}

.woocommerce-breadcrumb span:first-child {
  width: 20px;
  height: 17px;
  display: inline-block;
  background: url(../../../images/home.svg) no-repeat center;
  position: relative;
  top: 2px;
}

.e-product-main {
 width: 100%;
}

.e-product-top{
    width: 100%;
    background-color: #F6F6F6;
    padding: 0 0 25px;
}

.e-product-top .e-product-sku{
      font-size: 16px;
      margin-bottom: 10px;
}

.e-product-top p{
     font-size: 16px;
     line-height: 22px;
     margin-bottom: 0;
}

.e-product-top .main-title{
  margin-bottom: 10px;
}

.e-product-images {
  width: 45%;
}

.e-product-info {
  width: 55%;
  padding-left: 20px;
}

.e-product-info h3{
         font-size: 40px;
         font-weight: 900;
         color: #000;
}

.e-product-images .woocommerce-product-gallery {
  margin: 0;
  position: relative;
}

.e-product-images
  .woocommerce-product-gallery.e-modern-gallery-layout {
  border: none;
  border-radius: 0;
}

.e-modern-gallery-layout {
  width: 100%;
  max-width: none;

}

.e-product-images .onsale,
.e-sale-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: linear-gradient(135deg, #dc3545, #c82333);
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
  }

  50% {
    box-shadow: 0 4px 20px rgba(220, 53, 69, 0.5);
    transform: scale(1.05);
  }

  100% {
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
  }
}

/* .e-product-info {
    padding: 0 0 30px 0;
} */

/* .e-product-category {
    margin-bottom: 35px;
} */

.category-badge {
  color: #ffffff;
  padding: 2px 16px 0;
  background: var(--e-primary);
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
}

.e-product-main .e-product h2 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  margin: 35px 0 20px;
}

/* ----------------------------------------------------------- */

.e-thumbs-swiper .swiper-slide {
  border: 1px solid var(--e-primary);
}

/* ----------------------------------------------------------- */

.e-product-price-inline {
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 5px;
}

.e-product-price-inline .main-product-price {
  text-align: right;
}

.e-product-price-inline .price {
  font-size: 2.2rem;
  font-weight: 700;
  color: #007bff;
  line-height: 1.2;
}

.e-product-price-inline .price-from {
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
  display: block;
  margin-bottom: 5px;
}

.e-product-rating {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.e-product-rating .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.e-product-rating .star-rating {
  font-size: 18px;
  color: #ffc107;
}

.e-product-rating .woocommerce-review-link {
  color: #6c757d;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.e-product-rating .woocommerce-review-link:hover {
  color: #007bff;
}

.e-product-rating .review-count {
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
}

.e-product-price {
  margin-bottom: 35px;
  padding: 25px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 16px;
  border: 1px solid #e9ecef;
  position: relative;
  overflow: hidden;
}

.e-product-price::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #007bff, #28a745);
}

.main-product-price .price {
  font-size: 2.5rem;
  font-weight: 800;
  color: #28a745;
  margin-bottom: 8px;
  display: block;
}

.main-product-price .price del {
  color: #dc3545;
  font-size: 1.8rem;
  margin-right: 15px;
  text-decoration: line-through;
}

.main-product-price .price ins {
  text-decoration: none;
  color: #28a745;
}

.main-product-price .price-from {
  font-size: 1rem;
  font-weight: 500;
  color: #6c757d;
  margin-right: 8px;
}

.vat-info {
  margin-top: 8px;
}

.vat-info small {
  color: #6c757d;
  font-size: 13px;
  font-weight: 500;
}

.total-price-display {
  margin-top: 20px;
  padding: 20px;
  background: white;
  border-radius: 12px;
  border: 2px solid #007bff;
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.1);
}

.total-price-label {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 8px;
  font-weight: 600;
}

.total-price-amount {
  font-size: 1.8rem;
  font-weight: 800;
  color: #007bff;
  margin-bottom: 8px;
}

.price-breakdown {
  font-size: 13px;
  color: #6c757d;
  font-weight: 500;
}

/* Product Availability Section */
.e-product-availability {
  margin-bottom: 30px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 12px;
  border-left: 4px solid #28a745;
}

.stock-status {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
}

.stock-status.in-stock {
  color: #28a745;
}

.stock-status.out-of-stock {
  color: #dc3545;
}

.stock-status.on-backorder {
  color: #ffc107;
}

.status-icon::before {
  content: "✓";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #28a745;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
}

.stock-status.out-of-stock .status-icon::before {
  content: "✗";
  background: #dc3545;
}

.stock-status.on-backorder .status-icon::before {
  content: "⏳";
  background: #ffc107;
}

.delivery-estimate {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6c757d;
  font-size: 14px;
  font-weight: 500;
}

.delivery-icon {
  font-size: 16px;
}

/* Enhanced Key Features */
.key-features {
  margin-bottom: 30px;
}

.key-features h4 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.key-features h4::before {
  content: "⭐";
  font-size: 1.4rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: white;
  border-radius: 8px;
  border-left: 4px solid #28a745;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.feature-list li:hover {
  transform: translateX(5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-check {
  color: #28a745;
  font-weight: bold;
  font-size: 16px;
  min-width: 20px;
}

/* Animation for stock status */
.stock-status.animate-in {
  animation: slideInLeft 0.6s ease-out;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Custom WooCommerce Variations Table Styling */
.e-variations-wrapper {
  margin: 30px 0;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

.e-variations-wrapper .variations_form {
  background: transparent;
  padding: 0;
}

.e-variations-wrapper .variations {
  margin-bottom: 25px;
}

.e-variations-wrapper .variations table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.e-variations-wrapper .variations td {
  padding: 15px 0;
  border: none;
  vertical-align: middle;
}

.e-variations-wrapper .variations .label {
  font-weight: 600;
  color: #2c3e50;
  font-size: 16px;
  padding-right: 20px;
  width: 120px;
  display: inline-block;
}

.e-variations-wrapper .variations .label label {
  margin: 0;
  font-weight: 600;
  color: #2c3e50;
}

.e-variations-wrapper .variations .value {
  position: relative;
}

.e-variations-wrapper .variations select {
  width: 100%;
  max-width: 300px;
  padding: 12px 40px 12px 15px;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  background: white;
  color: #495057;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
}

.e-variations-wrapper .variations select:hover {
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.e-variations-wrapper .variations select:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

/* Frequently Bought Together - Single Variation Wrap */
.e-variations-wrapper .single_variation_wrap {
  margin-top: 30px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
}

/* Frequently Bought Together Section */
.single_variation_wrap .frequently-bought-together {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #f1f3f4;
}

.single_variation_wrap .fbt-header {
  margin-bottom: 25px;
}

.single_variation_wrap .fbt-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin: 0;
  text-align: left;
}

/* Product Cards Grid */
.single_variation_wrap .fbt-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

/* Individual Product Card */
.single_variation_wrap .fbt-product-card {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  text-align: center;
}

.single_variation_wrap .fbt-product-card:hover {
  border-color: #e9ecef;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.single_variation_wrap .fbt-product-card.selected {
  border-color: #007bff;
  background: #f8f9ff;
}

/* Checkbox Styling */
.single_variation_wrap .fbt-checkbox {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 20px;
  height: 20px;
  border: 2px solid #dee2e6;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.single_variation_wrap .fbt-checkbox:checked,
.single_variation_wrap .fbt-checkbox.checked {
  background: #007bff;
  border-color: #007bff;
}

.single_variation_wrap .fbt-checkbox:checked::after,
.single_variation_wrap .fbt-checkbox.checked::after {
  content: "✓";
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Product Image */
.single_variation_wrap .fbt-product-image {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 15px;
  border-radius: 8px;
}

/* Product Category */
.single_variation_wrap .fbt-product-category {
  font-size: 0.8rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  font-weight: 500;
}

/* Product Title */
.single_variation_wrap .fbt-product-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 10px;
  line-height: 1.3;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Product Price */
.single_variation_wrap .fbt-product-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 0;
}

/* Action Buttons Container */
.single_variation_wrap .fbt-actions {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* Quantity Selector */
.single_variation_wrap .fbt-quantity {
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 25px;
  overflow: hidden;
}

.single_variation_wrap .fbt-qty-btn {
  background: none;
  border: none;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: #6c757d;
  transition: all 0.3s ease;
}

.single_variation_wrap .fbt-qty-btn:hover {
  background: #f8f9fa;
  color: #2c3e50;
}

.single_variation_wrap .fbt-qty-input {
  border: none;
  width: 50px;
  text-align: center;
  font-weight: 600;
  color: #2c3e50;
  background: transparent;
  outline: none;
}

/* Add to Cart Button */
.single_variation_wrap .fbt-add-to-cart {
  background: #fff;
  color: #2c3e50;
  border: 2px solid #e9ecef;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single_variation_wrap .fbt-add-to-cart:hover {
  background: #f8f9fa;
  border-color: #dee2e6;
  text-decoration: none;
  color: #2c3e50;
}

/* Buy Now Button */
.single_variation_wrap .fbt-buy-now {
  background: #2c3e50;
  color: #fff;
  border: 2px solid #2c3e50;
  padding: 10px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.single_variation_wrap .fbt-buy-now:hover {
  background: #1a252f;
  border-color: #1a252f;
  text-decoration: none;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
}

/* Responsive Design for FBT */

@media (max-width: 768px) {
  .single_variation_wrap .fbt-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .single_variation_wrap .fbt-product-card {
    padding: 15px;
  }

  .single_variation_wrap .fbt-product-image {
    height: 100px;
  }

  .single_variation_wrap .fbt-actions {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 480px) {
  .single_variation_wrap .fbt-products-grid {
    grid-template-columns: 1fr;
  }

  .single_variation_wrap .frequently-bought-together {
    padding: 20px;
  }

  .single_variation_wrap .fbt-title {
    font-size: 1.3rem;
  }
}

/* Hide WooCommerce variation price and description */
.e-variations-wrapper .woocommerce-variation-price,
.e-variations-wrapper .woocommerce-variation-description {
  display: none !important;
}

.e-variations-wrapper .woocommerce-variation-availability {
  margin-bottom: 20px;
}

.e-variations-wrapper .stock {
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
}

.e-variations-wrapper .stock.in-stock {
  background: #d4edda;
  color: #155724;
}

.e-variations-wrapper .stock.out-of-stock {
  background: #f8d7da;
  color: #721c24;
}

/* Quantity and Add to Cart Section */
.e-variations-wrapper .cart {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.e-variations-wrapper .quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.e-variations-wrapper .quantity label {
  font-weight: 600;
  color: #495057;
  margin: 0;
}

.e-variations-wrapper .quantity .qty {
  width: 80px;
  height: 45px;
  text-align: center;
  border: 2px solid #e9ecef;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s ease;
}

.e-variations-wrapper .quantity .qty:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.e-variations-wrapper .single_add_to_cart_button {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 150px;
}

.e-variations-wrapper .single_add_to_cart_button:hover {
  background: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

.e-variations-wrapper .single_add_to_cart_button:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Grand Total Section inside Form - Works for both simple and variable products */
.e-variations-wrapper form .e-grand-total-section,
.e-variations-wrapper .variations_form .e-grand-total-section,
.e-variations-wrapper .e-grand-total-section {
  margin-top: 30px;
  padding: 25px;
  background: white;
  border-radius: 8px;
  border: 2px solid #007bff;
  display: block !important;
}

.e-variations-wrapper form .e-grand-total-section h4,
.e-variations-wrapper .variations_form .e-grand-total-section h4,
.e-variations-wrapper .e-grand-total-section h4 {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 5px;
}

.e-variations-wrapper form .e-grand-total-section .includes-vat,
.e-variations-wrapper
  .variations_form
  .e-grand-total-section
  .includes-vat,
.e-variations-wrapper .e-grand-total-section .includes-vat {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Frequently Bought Together inside Form - Works for both simple and variable products */
.e-variations-wrapper form .e-frequently-bought-together,
.e-variations-wrapper
  .variations_form
  .e-frequently-bought-together,
.e-variations-wrapper .e-frequently-bought-together {
  margin-top: 30px;
  padding: 25px;
  background: white;
  border-radius: 8px;
  border: 1px solid #e9ecef;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: block !important;
}

/* Product Features with Icons */
.e-product-features {
  margin-bottom: 30px;
}

.features-title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.features-title::before {
  content: "⭐";
  font-size: 1.3rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #007bff;
  transition: all 0.3s ease;
}

.feature-item:hover {
  background: #e9ecef;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 1.5rem;
  min-width: 30px;
  text-align: center;
}

.feature-content {
  flex: 1;
}

.feature-label {
  font-weight: 600;
  color: #495057;
  display: block;
  margin-bottom: 3px;
}

.feature-values {
  color: #007bff;
  font-weight: 500;
}

.e-product-features {
  margin-bottom: 30px;
}

.key-features h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.key-features ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.key-features li {
  padding: 8px 0;
  border-bottom: 1px solid #f8f9fa;
  position: relative;
  padding-left: 25px;
}

.key-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

/* Product Excerpt */


.e-product-excerpt .woocommerce-product-details__short-description {
  font-size: 16px;
  line-height: 1.6;
  color: #495057;
}

/* Product Highlights */

.e-product-highlights:empty {
  display: none;
}

.e-product-highlights {
  width: 100%;
  margin: 40px 0 30px 0;
  padding: 40px 0 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.highlights-preview h4 {
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  margin: 0 0 15px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.highlights-icon {
  font-size: 1.3rem;
}

.highlights-grid {
  padding: 0;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.highlight-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px 16px;
  background: #f1f1f1;
  border-radius: 5px;
}

.highlight-icon {
  font-size: 1.2rem;
  min-width: 25px;
  text-align: center;
}

.highlight-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.highlight-label {
  font-weight: 600;
  color: #495057;
  font-size: 0.9rem;
}

.highlight-values {
  color: #2c3e50;
  font-weight: 500;
  font-size: 0.95rem;
}

.highlight-term {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
}

.e-product-specs-preview {
  margin-bottom: 30px;
}

.specs-preview h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.specs-icon {
  font-size: 1.1rem;
}

.specs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.spec-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #f8f9fa;
  border-radius: 8px;
  border-left: 4px solid #007bff;
  transition: all 0.3s ease;
}

.spec-item:hover {
  background: #e9ecef;
  transform: translateY(-1px);
}

.spec-icon {
  font-size: 1.2rem;
  min-width: 25px;
  text-align: center;
}

.spec-label {
  font-weight: 600;
  color: #495057;
}

.spec-value {
  color: #2c3e50;
  font-weight: 500;
}

/* Purchase Section */
.e-product-purchase {
  margin-bottom: 30px;
  padding: 25px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

.e-product-purchase .cart {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.e-product-purchase .quantity {
  display: flex;
  align-items: center;
  gap: 15px;
}

.e-product-purchase .quantity label {
  font-weight: 600;
  color: #495057;
}

.e-product-purchase .qty {
  width: 80px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
}

.e-product-purchase .single_add_to_cart_button {
  background: #007bff;
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.e-product-purchase .single_add_to_cart_button:hover {
  background: #0056b3;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.3);
}

/* Product Meta */
.e-product-meta {
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
}

.e-product-meta .product_meta {
  font-size: 14px;
}

.e-product-meta .product_meta > span {
  display: block;
  margin-bottom: 8px;
  color: #495057;
}

.e-product-meta .product_meta a {
  color: #007bff;
  text-decoration: none;
}

/* Enhanced FBT Section */
.e-fbt-section {
  margin: 40px 0;
}

/* form.cart .e-frequently-bought-together,
.single-product .e-frequently-bought-together,
form.cart .e-grand-total-section,
.single-product .e-grand-total-section {
    display: block !important;
    visibility: visible !important;
} */

/* Quantity Section Styling for Simple Products */
.pro_btns {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}

.pro_btns .pro-quantity {
  flex: 0 0 auto;
}

.pro_btns .quantity {
  margin: 0;
}

/* Final Add to Cart Button Styling for Simple Products */
.pro_btns.final-add-to-cart {
  margin-top: 30px;
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid #e9ecef;
  background: linear-gradient(135deg, #f8f9fa, #ffffff);
}

.pro_btns.final-add-to-cart .single_add_to_cart_button {
  width: 100%;
  max-width: 400px;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* Simple Product Form Structure */
form.cart {
  display: flex;
  flex-direction: column;
}

/* Ensure proper spacing between sections */
form.cart > .e-grand-total-section {
  order: 1;
  /* margin-bottom: 20px; */
}

form.cart > .pro_btns:not(.final-add-to-cart) {
  order: 2;
  margin-bottom: 20px;
}

form.cart > .pro_btns.final-add-to-cart {
  order: 3;
}

form.cart > .e-frequently-bought-together {
  order: 4;
  margin-top: 20px;
}

/* Mobile responsive for buttons */
@media (max-width: 768px) {
  .pro_btns {
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
  }

  .pro_btns .pro-quantity {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .pro_btns button.single_add_to_cart_button {
    max-width: 100%;
    width: 100%;
  }

  .pro_btns.final-add-to-cart {
    margin-top: 20px;
    padding: 15px 0 0 0;
  }

  .pro_btns.final-add-to-cart .single_add_to_cart_button {
    font-size: 16px;
    padding: 12px 25px;
  }

  /* Final buttons mobile responsive */
  .final-buttons {
    align-items: stretch;
    gap: 15px;
    margin-top: 20px;
  }

  .final-button-quantity {
    justify-content: center;
  }

  .final-button-inside {
    flex-direction: column;
    gap: 10px;
  }

  .final-button-buy,
  .final-button-cart {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.e-related-products-section {
  margin: 30px 0;
  padding: 20px;
  background: white;
  border: 2px dashed #007bff;
  border-radius: 8px;
  display: block !important;
  visibility: visible !important;
}

.similar-products-compact {
  margin: 30px 0;
  padding: 20px;
  position: relative;
}

.similar-products-swiper {
  position: relative;
  overflow: hidden;
  padding: 0 50px;
}

.similar-products-swiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

.similar-products-swiper .swiper-slide {
  height: auto;
  display: flex;
}

/* Grid Layout (when 4 or fewer items) */
.similar-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 0;
  margin-bottom: 30px;
}

/* Hide grid when using swiper */
.similar-products-compact.use-swiper .similar-products-grid {
  display: none;
}

/* Show swiper only when needed */
.similar-products-compact:not(.use-swiper) .similar-products-swiper {
  display: none;
}

.product-image {
  padding-block: 15px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  background: #e9f5f5;
}

.fbt-product-card .product-image {
  min-height: 200px !important;
}

.product-info {
  padding-top: 20px;
  /* text-align: center; */
}

.product-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 10px 0;
}

/* Explore More Button */
.explore-more-section {
  text-align: center;
  margin-top: 30px;
}

.explore-more-btn {
  display: inline-block;
  background: #2c3e50;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}

.explore-more-btn:hover {
  background: #1a252f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(44, 62, 80, 0.3);
  color: white;
  text-decoration: none;
}

/* Ensure product items in related section use shop card styling */
.e-related-products-section .e-product-item {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

.e-related-products-section .e-product-card {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: 100%;
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.e-related-products-section
  .e-product-item:hover
  .e-product-card {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.e-product-tabs-wrapper {
  background: #191919;
  padding: 100px 0;
}

.e-tabs-container {
  max-width: 1400px;
  margin: 0 auto;
}

.support-header {
  text-align: center;
  margin-bottom: 60px;
}

.support-header h2 {
  margin: 0;
}

.support-category {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #17a2b8;
  color: white;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.support-card .support-category:first-child {
  margin-top: 25px;
}

.support-icon {
  margin: 25px 0 20px 0;
}

.support-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(27%) sepia(51%) saturate(2878%)
    hue-rotate(346deg) brightness(104%) contrast(97%);
}

.support-description {
  font-size: 21px;
  margin: 0 0 30px 0;
  line-height: 1.3;
  min-height: 58px;
}

.support-action {
  margin-top: auto;
}

.support-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 55px;
  background: #333333;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-weight: 300;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  min-width: 220px;
}

.support-download-btn:hover {
  background: #1a252f;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(44, 62, 80, 0.3);
  text-decoration: none;
  color: white;
}

.support-download-btn svg {
  transition: transform 0.3s ease;
}

.support-download-btn:hover svg {
  transform: translateY(2px);
}

.support-download-btn:disabled {
  background: #6c757d;
  cursor: not-allowed;
  opacity: 0.6;
}

.support-download-btn:disabled:hover {
  background: #6c757d;
  transform: none;
  box-shadow: none;
}

.support-card .support-category {
  background: #17a2b8;
}

.support-card:nth-child(4n + 1) .support-category {
  background: #17a2b8;
}

.support-card:nth-child(4n + 2) .support-category {
  background: #28a745;
}

.support-card:nth-child(4n + 3) .support-category {
  background: #17a2b8;
}

.support-card:nth-child(4n + 4) .support-category {
  background: #17a2b8;
}

.e-similar-products-section {
  padding: 100px 0;
}

.similar-products-header {
  text-align: center;
  margin-bottom: 40px;
}

.similar-products-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

.similar-products-grid {
  gap: 27px;
  margin: 0 auto 60px auto;
}

.similar-product-card {
  position: relative;
  overflow: hidden;
}

.similar-product-card .product-image {
  position: relative;
  background: #ffffff;
  padding: 0 20px;
  border: 0 !important;
}

.similar-product-card .product-image::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  backdrop-filter: blur(4px);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s;
}

.similar-product-card .product-image img {
  transition: transform 0.5s ease-in-out;
}

.similar-product-card:hover .product-image img {
  transform: scale(1.1);
}

.similar-product-card:hover .product-image::before {
  opacity: 1;
}

.similar-product-card .product-title {
  font-size: 18px;
  line-height: 31px;
  font-weight: 400;
}

.similar-product-card .product-category {
  font-size: 14px;
  color: #545454;
  line-height: 1;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}

.similar-products-footer {
  text-align: center;
}

.similar-product-card .hover-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.similar-product-card:hover .hover-buttons {
  opacity: 1;
}

.similar-product-card .hover-buttons .details-btn,
.similar-product-card .hover-buttons .buy-btn,
.similar-product-card .hover-buttons .add-to-cart-btn {
  background: white;
  color: var(--e-secondary) #191919;
  padding: 12px 30px;
  border-radius: 25px;
  text-decoration: none;
  color: #333333;
  font-size: 16px;
  /* line-height: 100%; */
  font-weight: 400;
  transition: all 0.3s ease;
  opacity: 0;
  width: 100%;
  max-width: 220px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  min-height: unset;
  border: 1px solid #ddd;
}

.similar-product-card .hover-buttons .details-btn:hover,
.similar-product-card .hover-buttons .buy-btn:hover,
.similar-product-card .hover-buttons .add-to-cart-btn:hover {
  background: var(--e-primary);
  color: white;
  border-color: var(--e-primary);
}

.similar-product-card .hover-buttons .buy-btn {
  transform: translateX(30px);
}

.similar-product-card .hover-buttons .details-btn {
  transform: translateX(-30px);
}

.similar-product-card:hover .details-btn {
  transform: translateX(0px);
  opacity: 1;
  transition-delay: 0.1s;
}

.similar-product-card:hover .buy-btn,
.similar-product-card:hover .add-to-cart-btn {
  transform: translateX(0px);
  opacity: 1;
  transition-delay: 0.1s;
}

/* Additional styling for add-to-cart buttons in similar products */
.similar-product-card .add-to-cart-btn {
  background: #049c98;
  color: white;
  border: 1px solid #049c98;
  cursor: pointer;
}

.similar-product-card .add-to-cart-btn:hover {
  background: #036b68;
  border-color: #036b68;
  transform: translateY(-2px);
}

.similar-product-card .add-to-cart-btn.variable {
  background: #6c757d;
  border-color: #6c757d;
}

.similar-product-card .add-to-cart-btn.variable:hover {
  background: #36a8a5;
  border-color: #36a8a5;
}

.similar-product-card .out-of-stock-btn {
  background: #e9ecef;
  color: #6c757d;
  border: 1px solid #e9ecef;
  cursor: not-allowed;
}

.similar-product-card {
  position: relative;
  overflow: hidden;
}

.similar-product-card .product-info {
  background: none !important;
}
.similar-product-card .product-title {
  margin: 0px !important;
}

.product-title a {
  display: inline-block;
}

.explore-more-btn {
  position: relative;
  overflow: hidden;
}

.explore-more-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s ease;
}

.explore-more-btn:hover::before {
  left: 100%;
}

.product-short-description,
.product-full-description {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
}

.key-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.feature-item {
  text-align: center;
  padding: 30px 20px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.feature-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.feature-item h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.feature-item p {
  color: #6c757d;
  line-height: 1.5;
}

.spec-accordion-header {
  background: #000000;
  color: white;
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  user-select: none;
}

.spec-accordion-header h4 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}

.spec-accordion-item:first-child .spec-accordion-header {
  border-radius: 15px 15px 0 0;
}

.spec-accordion-item:last-child .spec-accordion-header {
  border-radius: 0 0 15px 15px;
}

.spec-accordion-item:only-child .spec-accordion-header {
  border-radius: 15px 15px;
}

.spec-accordion-item:last-child .spec-accordion-content {
  border: 1px solid #e4e4e4;
  border-radius: 0 0 15px 15px;
}

.spec-accordion-item:last-child .spec-accordion-content .spec-grid:last-child,
.spec-accordion-item:last-child
  .spec-accordion-content
  .spec-grid:last-child
  .spec-row {
  border: 0;
}

.spec-accordion-item:last-child.active .spec-accordion-header {
  border-radius: 0;
}

.spec-accordion-item:not(:first-child) {
  margin-top: 1.5px;
}

.accordion-icon {
  font-size: 20px;
  transition: transform 0.3s ease;
}

.spec-accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

.spec-accordion-content {
  background: white;
  padding: 0;
  display: none;
}

.spec-accordion-item.active .spec-accordion-content {
  display: block;
}

.spec-grid {
  padding: 0 25px;
  border-inline: 1px solid #e4e4e4;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.spec-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 0;
  border-bottom: 1px solid #f0f0f0;
  align-items: center;
}

.spec-row:last-child {
  border-bottom: none;
}

.spec-label {
  font-weight: 400;
  color: #000000;
  font-size: 16px;
}

.spec-value {
  color: #2a2a2a;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
}

.overview-template {
  margin-bottom: 100px;
}

.overview-template:last-child {
  margin-bottom: 0;
}

.template1 .template-content-wrapper {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

.template2 .template-content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  align-items: center;
}

.template-content-right {
  padding-right: 18%;
}

.template-gallery-grid img,
.template-content-left .template-description img {
  mix-blend-mode: lighten;
}

.template4 .template-banner img,
.template2 .template-image-right img,
.template1 .template-image-left img {
  width: 100%;
  border-radius: 7px;
}

.template1 .template-content-right .template-title,
.template2 .template-content-left .template-title {
  font-size: 40px;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 20px 0;
}

.template1 .template-description,
.template2 .template-description {
  color: #ffffff;
  line-height: 1.6;
}

.template1 .template-description p,
.template2 .template-description p {
  font-weight: 300;
}

/* Template 3: Overview Content */
.template3 .template-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 25px;
  text-align: center;
}

.template3 .template-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
}

.template3 .template-description {
  color: #ffffff;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 300;
  padding-right: 24%;
}

.template4 .template-banner {
  text-align: center;
  margin-bottom: 30px;
}

.template-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.template-gallery .gallery-item img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 6px;
  transition: transform 0.3s ease;
}

.template-gallery .gallery-item img:hover {
  transform: scale(1.05);
}

.review-inside-container {
  max-width: 1084px;
  margin: 0 auto;
}

.reviews-summary-new {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.rating-overview-left {
  display: flex;
  padding: 30px;
  flex-direction: column;
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

.overall-rating {
  text-align: left;
}

.overall-label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #252525;
  display: block;
  margin-bottom: 10px;
}

.rating-number-large {
  font-size: 45px;
  font-weight: 500;
  color: var(--e-primary);
  display: block;
  line-height: 35px;
}

.rating-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.out-of {
  font-size: 16px;
  line-height: 1;
  color: #252525;
  margin-bottom: 10px;
}

.rating-status {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-transform: capitalize;
}

.review-count-text {
  font-size: 16px;
  line-height: 1.2;
  color: #575757;
}

.rating-breakdown {
  display: flex;
  column-gap: 5px;
  row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rating-bar-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(49% + 5px);
}

.star-label {
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  display: block;
  width: calc(100% - 100px);
  line-height: 1;
}

.rating-bar {
  height: 10px;
  width: calc(100% - 50px);
  background: #eeeeee;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.rating-bar-fill {
  height: 10px;
  background: var(--e-primary);
  border-radius: 4px;
  transition: width 0.3s ease;
}

.rating-count {
  font-size: 18px;
  color: #000;
  width: 50px;
  text-align: left;
  font-weight: 400;
  line-height: 14px;
  padding-left: 5px;
}

.custom-reviews-list {
  margin-top: 40px;
}

.custom-review-item {
  display: flex;
  gap: 25px;
  padding: 30px;
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}

.custom-review-item:not(:first-child) {
  margin-top: 10px;
}

.review-avatar {
  flex-shrink: 0;
}

.avatar-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 54px;
  background: rgba(4, 156, 151, 0.1);
  color: var(--e-primary);
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
}

.review-content {
  flex: 1;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.reviewer-name {
  font-size: 25px;
  font-weight: 400;
  color: #000000;
  margin: 0;
}

.review-date {
  font-size: 16px;
  color: #575757;
}

.review-rating {
  margin-bottom: 5px;
}

.review-rating .star {
  font-size: 20px;
  margin-right: 2px;
  height: 20px;
  display: inline-block;
  line-height: 1;
}

.review-rating .star.filled {
  color: #ffc107;
}

.review-rating .star.empty {
  color: #dbdbdb;
}

.review-title {
  font-size: 15px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 10px 0;
}

.review-text {
  font-size: 16px;
  line-height: 1.6;
  color: #575757;
  margin: 0;
}

.no-reviews-message {
  text-align: center;
  color: #6c757d;
  font-style: italic;
  padding: 40px 0;
}

.review-actions {
  text-align: center;
  margin: 30px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid rgba(109, 109, 109, 0.22);
}

.add-review-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 30px;
  background: var(--e-primary);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: capitalize;
}

.add-review-btn:hover {
  background: #039793;
}

.review-icon {
  font-size: 18px;
}

.review-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  padding: 30px 0;
  display: flex;
  justify-content: center;
  overflow: auto;
  z-index: 9999;
}

.review-modal-overlay {
  /* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px); */
  display: none;
}

.review-modal-content {
  position: relative;
  background: white;
  border-radius: 12px;
  max-width: 750px;
  width: 90%;
  height: fit-content;
  margin: auto 0;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.review-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px 0;
}

.review-modal-header h3 {
  margin: 0;
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
}

.review-modal-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #6c757d;
  cursor: pointer;
  padding: 5px;
  line-height: 1;
  transition: color 0.3s ease;
}

.review-modal-close:hover {
  color: #dc3545;
}

.review-modal-body {
  padding: 30px;
}

/* Review Form */
.review-form-group {
  margin-bottom: 25px;
}

.review-form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

.review-form-group input,
.review-form-group textarea {
  width: 100%;
  height: 54px;
  padding: 12px 25px;
  border: 1px solid #c9c9c9;
  border-radius: 300px;
  font-size: 16px;
  color: #000000;
  transition: border-color 0.3s ease;
}

.review-form-group input:focus,
.review-form-group textarea:focus {
  outline: none;
  border: 1px solid #c9c9c9 !important;
  box-shadow: none !important;
}

.review-form-group input::placeholder,
.review-form-group textarea::placeholder,
.review-form-group input::-webkit-input-placeholder,
.review-form-group textarea::-webkit-input-placeholder {
  color: #999999;
}

.review-form-group textarea {
  resize: none;
  height: 174px;
  border-radius: 5px;
}

/* Star Rating Input */
.star-rating-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 5px;
}

.star-rating-input input[type="radio"] {
  display: none;
}

.star-rating-input label {
  font-size: 28px;
  color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 0;
}

.star-rating-input label:hover,
.star-rating-input label.hover {
  color: #ffc107;
  transform: scale(1.1);
}

.star-rating-input label.active {
  color: #ffc107;
}

/* ===== REVIEW FORM VALIDATION STYLES ===== */

/* Form validation states */
.review-form-group.has-error input,
.review-form-group.has-error textarea {
  border-color: #dc3545 !important;
}

.review-form-group.has-success input,
.review-form-group.has-success textarea {
  border-color: #28a745 !important;
}

/* Error message styling */
.field-error {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  animation: slideInError 0.3s ease-out;
}

@keyframes slideInError {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Rating validation styling */
.review-form-group.rating-group.has-error .star-rating-input {
  border: 2px solid #dc3545;
  border-radius: 8px;
  padding: 10px;
  background: rgba(220, 53, 69, 0.05);
}

.review-form-group.rating-group.has-success .star-rating-input {
  border: 2px solid #28a745;
  border-radius: 8px;
  padding: 10px;
  background: rgba(40, 167, 69, 0.05);
}

/* Enhanced form styling */
.review-form-group {
  position: relative;
}

/* Character counter styling */
.char-counter {
  float: right;
  font-size: 12px;
  color: #666;
  margin-top: 5px;
  text-align: right;
}

.char-counter #review-char-count {
  font-weight: bold;
  color: #27ae60;
  transition: color 0.3s ease;
}

.review-submit-btn:disabled {
  background: #6c757d;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* Form actions styling */
.review-form-actions {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

/* Responsive validation styles */
@media (max-width: 768px) {
  .field-error {
    font-size: 11px;
  }

  .review-form-group {
    margin-bottom: 15px;
  }

  .review-form-group input,
  .review-form-group textarea {
    padding: 10px 12px;
    font-size: 13px;
  }

  .review-form-actions {
    flex-direction: column;
  }

  .review-submit-btn,
  .review-cancel-btn {
    width: 100%;
    padding: 12px 20px;
    font-size: 14px;
  }
}

.star-rating-input input[type="radio"]:checked ~ label,
.star-rating-input label.active {
  color: #ffc107;
}

/* Review Form Actions */
.review-form-actions {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.review-cancel-btn,
.review-submit-btn {
  padding: 12px 25px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.review-cancel-btn {
  background: #6c757d;
  color: white;
}

.review-cancel-btn:hover {
  background: #5a6268;
}

.review-submit-btn {
  background: var(--e-primary);
  color: white;
}

.review-submit-btn:hover {
  background: #039793;
}

.review-submit-btn:disabled {
  background: #6c757d;
  cursor: not-allowed;
}

/* Body modal open state */
body.modal-open {
  overflow: hidden;
}

/* Support Tab */
.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.support-item {
  text-align: center;
  padding: 30px 20px;
  background: #f8f9fa;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.support-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.support-icon {
  font-size: 3rem;
  margin-bottom: 20px;
}

.support-item h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}

.support-item p {
  color: #6c757d;
  line-height: 1.5;
  margin-bottom: 20px;
}

.support-link {
  display: inline-block;
  padding: 10px 20px;
  background: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.support-link:hover {
  background: #0056b3;
  transform: translateY(-2px);
  text-decoration: none;
  color: white;
}

.fbt-products-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.fbt-product-card {
  position: relative;
}

.fbt-product-card .product-checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.fbt-product-card .product-checkbox input[type="checkbox"] {
  appearance: none;
  width: 24px;
  height: 24px;
  margin: 0;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  background: white;
  cursor: pointer;
  position: relative;
}

.fbt-product-card .product-checkbox input[type="checkbox"]:checked {
  background: var(--e-primary);
}

.fbt-product-card .product-checkbox input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../../images/check.png) no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}

.fbt-product-card .product-checkbox input[type="checkbox"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.fbt-product-card .product-category {
  line-height: 1.3;
  font-size: 14px;
  color: #545454;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fbt-product-card .product-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px 0;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fbt-product-card .product-price {
  margin: 0;
  font-size: 22px;
  font-weight: 500;
}

.star-rating-display .star.full {
  color: #ffc107;
}

.star-rating-display .star.half {
  color: #ffc107;
}

.star-rating-display .star.empty {
  color: #e0e0e0;
}

/* FBT Subtotal Section */
.fbt-subtotal-section {
  margin-top: 25px;
  padding: 20px;
  background: linear-gradient(135deg, #e3f2fd, #f3e5f5);
  border-radius: 12px;
  border: 1px solid #e1f5fe;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

.fbt-subtotal-section.show {
  display: block !important;
  animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fbt-subtotal-info,
.fbt-total-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.fbt-total-info {
  margin-bottom: 0;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 123, 255, 0.2);
}

.fbt-subtotal-label,
.fbt-total-label {
  font-size: 14px;
  font-weight: 600;
  color: #495057;
}

.fbt-total-label {
  font-size: 16px;
  font-weight: 700;
  color: #2c3e50;
}

.fbt-subtotal-amount,
.fbt-total-amount {
  font-size: 16px;
  font-weight: 700;
  color: #007bff;
}

.fbt-total-amount {
  font-size: 18px;
  color: #28a745;
}

.fbt-actions-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.quantity-selector {
  display: flex;
  align-items: center;
  gap: 10px;
}

.qty-btn {
  padding: 0;
  border: none;
  background: white;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
  transition: all 0.3s ease;
}

video {
  height: 800px;
  width: 100%;
}

.qty-input {
  width: 60px;
  height: 35px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-weight: 600;
}

button.single_add_to_cart_button {
  flex: 1;
  height: 58px;
  background: #ffffff;
  max-width: 280px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50px;
  border: 1px solid #e0e0e0;
  color: #000000;
  padding: 0 30px;
}

button.single_add_to_cart_button:hover {
  color: #ffffff;
  background: var(--e-primary);
  border: 1px solid var(--e-primary);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.e-grand-total-section {
  display: flex;
  flex-direction: column;
  padding: 40px;
  width: 100%;
  margin: 10px 0 0 0;
  background: #f1f1f1;
  border-radius: 5px;
}

.e-grand-total-section h4 {
  font-size: 35px;
  line-height: 1;
  font-weight: 500;
  color: #000000;
  margin: 0;
}

.e-grand-total-section .includes-vat {
  color: #b4b4b4;
  font-size: 16px;
  margin: 0px 0 12px 0;
}

.grand-total-breakdown {
  margin-bottom: 20px;
}

.grand-total-breakdown .total-line {
  font-size: 20px;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.grand-total-breakdown .total-line .label {
  color: #676767;
  font-weight: 400;
}

.grand-total-breakdown .total-line .amount {
  font-weight: 400;
  color: #727272;
  font-size: 25px;
  line-height: 1;
}

.grand-total-breakdown .total-line .amount.free {
  color: #16940b;
}

.grand-discount-line .amount {
  color: #dc3545;
}

.grand-installation-option {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
}

.grand-installation-checkbox {
  margin: 0;
  appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid var(--e-primary);
  border-radius: 4px;
  background: transparent;
  cursor: pointer;
  position: relative;
}

.grand-installation-checkbox:checked {
  background: var(--e-primary);
}

.grand-installation-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../../images/check.png) no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.grand-total-final {
  text-align: right;
  margin-bottom: 20px;
}

.grand-total-final-amount {
  font-size: 35px;
  font-weight: 400;
  color: var(--e-primary);
  line-height: 1;
  display: block;
}

.grand-total-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  order: 2;
}

.grand-total-actions .action-links {
  display: flex;
  gap: 10px;
}

.grand-total-actions .action-checkboxes {
  display: flex;
  gap: 8px;
  flex-grow: 1;
  justify-content: flex-end;
}

.grand-total-actions .checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #495057;
}

.grand-total-actions .checkbox-label input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid var(--e-primary);
  border-radius: 3px;
  background: white;
  cursor: pointer;
  position: relative;
}

.grand-total-actions .checkbox-label input[type="checkbox"]:checked {
  background: var(--e-primary);
  border-color: var(--e-primary);
}

.grand-total-actions .checkbox-label input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  background: url(../../../images/check.png) no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.e-grand-total-first {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e9ecef;
}

/* Social Sharing */
.e-product-sharing {
  margin-bottom: 30px;
}

/* Main Product Grand Total Section */
.e-main-product-total {
  margin-top: 40px;
  padding: 30px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px solid #007bff;
}

.main-total-container h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.main-total-container .includes-vat {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 20px;
}

.main-total-breakdown {
  margin-bottom: 20px;
}

.main-total-breakdown .total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e9ecef;
}

.main-total-breakdown .total-line .label {
  color: #495057;
  font-weight: 500;
}

.main-total-breakdown .total-line .amount {
  font-weight: 600;
  color: #2c3e50;
}

.main-total-breakdown .total-line .amount.free {
  color: #28a745;
}

.main-installation-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 15px;
  background: white;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.main-installation-checkbox {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #007bff;
  border-radius: 4px;
  background: white;
  cursor: pointer;
  position: relative;
}

.main-installation-checkbox:checked {
  background: #007bff;
}

.main-installation-checkbox:checked::after {
  content: "✓";
  position: absolute;
  top: -2px;
  left: 3px;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.main-grand-total {
  text-align: right;
  padding-top: 15px;
  border-top: 2px solid #007bff;
  margin-bottom: 20px;
}

.main-grand-total-amount {
  font-size: 2rem;
  font-weight: 700;
  color: #007bff;
}

.main-product-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.main-product-actions .action-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.main-product-actions .checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #495057;
}

.main-product-actions .checkbox-label input[type="checkbox"] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 3px;
  background: white;
  cursor: pointer;
  position: relative;
}

.main-product-actions .checkbox-label input[type="checkbox"]:checked {
  background: #007bff;
  border-color: #007bff;
}

.main-product-actions .checkbox-label input[type="checkbox"]:checked::after {
  content: "✓";
  position: absolute;
  top: -2px;
  left: 2px;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

/* Modern Tabs Section */
.e-modern-tabs-section {
  background: #fff;
  padding: 60px 0 0;

}

.e-modern-tabs {
 width: 100%;
}

/* Tab Navigation */
.e-tab-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.e-tab-nav li {
  min-width: 20%;
  position: relative;
}



.e-tab-nav a {
  color: #5C5C5C;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  padding-bottom: 32px;
  position: relative;
}

.e-tab-nav li.e-tab-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #0095D9;
}

.e-tab-nav li.e-tab-item.active a{
         font-weight: bold;
         color: #0095D9;
}

/* 
.e-tab-item {
    margin: 0;
    flex-shrink: 0;
}

.e-tab-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 30px;
    color: #6c757d;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 3px solid transparent;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.e-tab-link:hover {
    color: #007bff;
    background: rgba(0, 123, 255, 0.05);
}

.e-tab-item.active .e-tab-link {
    color: #007bff;
    background: white;
    border-bottom-color: #007bff;
}

.tab-icon {
    display: flex;
    align-items: center;
    opacity: 0.7;
}

.e-tab-item.active .tab-icon {
    opacity: 1;
} */

/* Tab Content */
.e-tab-content {
  position: relative;
}

.e-tab-panel {
  display: none;
  padding: 0;
}

.e-tab-panel.active {
  display: block;
}

/* Always show tab panels so the nav can scroll to sections */
.e-tab-inner {
  padding: 50px 0;
}

/* Spec & Technical Data layout */
.spec-tech-block {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
}

.spec-tech-text h2 {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 20px;
  color: #000;
}

.spec-tech-copy p {
  font-size: 16px;
  line-height: 1.6;
  color: #4a4a4a;
  margin-bottom: 16px;
}

.spec-tech-media {
  text-align: right;
}

.spec-tech-img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.spec-tech-placeholder {
  width: 100%;
  padding-top: 75%;
  background: linear-gradient(135deg, #e8f3ff, #f4f8fc);
  border-radius: 6px;
}

/* Product sections (Description / Downloads) */
.product-sections-nav {
  background: #F6F6F6;
  padding-top: 0;
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9;
}

.product-sections-nav .container{
    overflow: hidden;
    overflow-x: auto;
}

.product-section-nav{
     width: max-content;
}

.product-section-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0;
  list-style: none;
  width: max-content;
}

.product-section-item {
  width: max-content;
  min-width: 20%;
  position: relative;
}

.product-section-link {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 16px 10px;
  color: #5c5c5c;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.product-section-item.active .product-section-link {
  font-weight: 700;
  font-size: 20px;
  color: #0095d9;
}

.product-section-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #0095d9;
}

#section-downloads{
    padding: 100px 0;
    background-color: #015DA4;
}


.product-section-inner {
  width: 100%;
}

/* Related products slider */
.related-swiper-wrapper {
  position: relative;
}

.related-swiper-wrapper::after{
      content: "";
      width: 1000px;
      height: 100%;
      background-color: #fff;
      position: absolute;
      left: -1000px;
      z-index: 2;
      top: 0;
}

.related-products-swiper {
  padding-bottom: 10px;
}

.related-products-swiper .swiper-slide {
  height: auto;
}

.related-nav {
width: 100%;
margin-top: 60px;
display: flex;
justify-content: center;
gap: 10px;
}

.related-prev,
.related-next {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #1B1747;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: static;
  position: relative;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
}

.related-prev:hover,
.related-next:hover{
    background: #0095d9;
  border: 1px solid #0095d9;
}



.related-prev::after,
.related-next::after {
  font-size: 16px;
  color: #0095d9;
}

.related-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/prev-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.related-prev:hover::after{
background-image: url(../images/prev-icon-hover.svg);
}

.related-next::after {
 content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/next-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.related-next:hover::after{
background-image: url(../images/next-icon-hover.svg);
}

@media (max-width: 767px) {
  .related-nav {
    top: -46px;
  }
}

/* Content Styling */
.e-tab-inner h2 {
font-size: 55px;
    line-height: 60px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 20px;
}



.e-tab-inner ul {
  padding-left: 20px;
}

.e-tab-inner li {
  margin-bottom: 8px;
  color: #495057;
}

/* Specifications Table */
.e-tab-inner table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.e-tab-inner table th,
.e-tab-inner table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e9ecef;
}

.e-tab-inner table th {
  background: #f8f9fa;
  font-weight: 600;
  color: #2c3e50;
}

.e-tab-inner table tr:hover {
  background: #f8f9fa;
}

/* Reviews Styling */
.e-tab-inner .commentlist {
  list-style: none;
  padding: 0;
}

.e-tab-inner .comment {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

/* ===================================
   ENHANCED INTERACTIONS & ANIMATIONS
   =================================== */

/* Price update animation */
.price-updated {
  animation: priceUpdate 0.6s ease-in-out;
}

@keyframes priceUpdate {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    color: #28a745;
  }

  100% {
    transform: scale(1);
  }
}

/* Feature hover effects */
.feature-item.hover-effect {
  transform: translateX(8px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
  border-left-color: #007bff;
}

.feature-item.expanded {
  background: #e3f2fd;
  border-left-color: #2196f3;
}

/* Modern Quantity Controls - Match Cart Page Style */
.qty-wrapper {
  display: inline-block;
  position: relative;
}

/* Ensure quantity wrapper in pro_btns has proper styling */
.pro_btns .qty-wrapper {
  display: flex;
  align-items: center;
}

.qty-wrapper .e-quantity-controls {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
  max-width: 200px;
  padding: 4px 8px;
  gap: 8px;
}

.qty-wrapper .quantity-btn {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  user-select: none;
  border-radius: 50%;
}

.qty-wrapper .quantity-btn:hover {
  background: #f5f5f5;
  color: #000;
}

.qty-wrapper .quantity-btn:active {
  background: #e0e0e0;
  transform: scale(0.95);
}

.qty-wrapper .quantity-btn:disabled {
  background: transparent;
  color: #ccc;
  cursor: not-allowed;
  opacity: 0.5;
}

.qty-wrapper .e-quantity-input,
.qty-wrapper .qty {
  border: none !important;
  text-align: center;
  width: 60px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  color: #000;
  outline: none;
  -moz-appearance: textfield; /* Firefox */
  appearance: textfield;
}

/* Hide number input spinners */
.qty-wrapper .e-quantity-input::-webkit-outer-spin-button,
.qty-wrapper .e-quantity-input::-webkit-inner-spin-button,
.qty-wrapper .qty::-webkit-outer-spin-button,
.qty-wrapper .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qty-wrapper .e-quantity-input:focus,
.qty-wrapper .qty:focus {
  background: transparent;
}

/* Integration with existing product detail layout */
.pro-quantity .e-quantity-controls {
  display: flex;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
  max-width: 200px;
  margin: 0 auto;
  padding: 4px 8px;
  gap: 8px;
}

.pro-quantity .quantity-btn {
  background: transparent;
  border: none;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  user-select: none;
  border-radius: 50%;
}

.pro-quantity .quantity-btn:hover {
  background: #f5f5f5;
  color: #000;
}

.pro-quantity .e-quantity-input {
  border: none !important;
  text-align: center;
  width: 60px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  color: #000;
  outline: none;
  -moz-appearance: textfield;
  appearance: textfield;
}

/* Ensure compatibility with existing quantity wrapper */
.quantity .e-quantity-controls,
.e-quantity-wrapper .e-quantity-controls {
display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 50px;
    background: #fff;
    overflow: hidden;
    max-width: 200px;
    padding: 4px 5px;
    gap: 5px;
}

.quantity .quantity-btn,
.e-quantity-wrapper .quantity-btn {
background: transparent;
    border: none;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s 
ease;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    user-select: none;
    border-radius: 50%;
}

.quantity .quantity-btn:hover,
.e-quantity-wrapper .quantity-btn:hover {
  background: #0095DA;
  color: #fff;
}

.quantity .quantity-btn:active,
.e-quantity-wrapper .quantity-btn:active {
  background: #e0e0e0;
  transform: scale(0.95);
}

.quantity .e-quantity-input,
.e-quantity-wrapper .e-quantity-input {
    border: none !important;
    text-align: center;
    width: 40px;
    height: 32px;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    color: #000;
    outline: none;
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Hide number input spinners */
.quantity .e-quantity-input::-webkit-outer-spin-button,
.quantity .e-quantity-input::-webkit-inner-spin-button,
.e-quantity-wrapper .e-quantity-input::-webkit-outer-spin-button,
.e-quantity-wrapper .e-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity .e-quantity-input:focus,
.e-quantity-wrapper .e-quantity-input:focus {
  background: transparent;
}

/* Style SVG icons in quantity buttons */
.quantity .quantity-btn svg,
.e-quantity-wrapper .quantity-btn svg,
.qty-wrapper .quantity-btn svg,
.pro-quantity .quantity-btn svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  fill: none;
}

/* Loading button state */
.single_add_to_cart_button.loading {
  position: relative;
  color: transparent;
}

.single_add_to_cart_button.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top: 2px solid white;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* Notification system */
.e-notification {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 15px 20px;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.e-notification.show {
  transform: translateX(0);
}

.e-notification--success {
  background: #28a745;
}

.e-notification--error {
  background: #dc3545;
}

.e-notification--info {
  background: #007bff;
}

.e-notification--warning {
  background: #ffc107;
  color: #212529;
}

/* Page loaded state */
.e-product-details.loaded {
  animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.e-product-main.mobile-layout {
  gap: 30px;
}

.e-product-main.mobile-layout .e-product-images {
  padding: 20px;
}

.feature-list li.animate-in {
  animation: slideInLeft 0.6s ease-out forwards;
}

.feature-list li {
  opacity: 0;
  transform: translateX(-30px);
}

@keyframes slideInLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.delivery-estimate.animate-in {
  animation: bounceIn 0.8s ease-out;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.fbt-content {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.fbt-products {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 40px 20px;
  flex-wrap: wrap;
}

.fbt-product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.fbt-plus {
  font-size: 24px;
  font-weight: bold;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border-radius: 50%;
  border: 2px solid #e9ecef;
}

/* Product Checkbox */
.product-checkbox {
  position: relative;
}

.fbt-card {
  max-width: 180px;
  transition: all 0.3s ease;
}

.fbt-card.current {
  border: 2px solid #007bff;
}

.fbt-product-item:not(.current-product) .fbt-card {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.fbt-product-item:not(.current-product)
  input[type="checkbox"]:not(:checked)
  + label
  + .fbt-card {
  opacity: 0.5;
}

/* FBT Summary Section */
.fbt-summary {
  background: #f8f9fa;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

/* Bundle Total Section */
.fbt-total h4 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 5px;
}

.includes-vat {
  color: #6c757d;
  font-size: 14px;
  margin-bottom: 5px;
}

.bundle-description {
  color: #6c757d;
  font-size: 13px;
  font-style: italic;
  margin-bottom: 20px;
}

.total-breakdown {
  margin-bottom: 20px;
}

.total-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #e9ecef;
}

.total-line .label {
  color: #495057;
  font-weight: 500;
}

.total-line .amount {
  font-weight: 600;
  color: #2c3e50;
}

.total-line .amount.free {
  color: #28a745;
}

.bundle-discount-line .amount {
  color: #dc3545;
}

.bundle-installation-option {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  padding: 15px;
  background: white;
  border-radius: 8px;
  border: 1px solid #e9ecef;
}

.bundle-installation-checkbox {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #007bff;
  border-radius: 4px;
  background: white;
  cursor: pointer;
  position: relative;
}

.bundle-installation-checkbox:checked {
  background: #007bff;
}

.bundle-installation-checkbox:checked::after {
  content: "✓";
  position: absolute;
  top: -2px;
  left: 3px;
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.bundle-grand-total {
  text-align: right;
  padding-top: 15px;
  border-top: 2px solid #28a745;
}

.bundle-grand-total-amount {
  font-size: 2rem;
  font-weight: 700;
  color: #28a745;
}

/* Actions Section */
.fbt-actions {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 
.action-checkboxes {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 14px;
    color: #495057;
}

.checkbox-label input[type="checkbox"] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #ddd;
    border-radius: 3px;
    background: white;
    cursor: pointer;
    position: relative;
}

.checkbox-label input[type="checkbox"]:checked {
    background: #007bff;
    border-color: #007bff;
}

.checkbox-label input[type="checkbox"]:checked::after {
    content: "✓";
    position: absolute;
    top: -2px;
    left: 2px;
    color: white;
    font-size: 12px;
    font-weight: bold;
} */

.purchase-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

.btn-secondary {
  background: #6c757d;
  color: white;
}

.btn-secondary:hover {
  background: #5a6268;
  transform: translateY(-1px);
}

.btn-primary {
  background: #007bff;
  color: white;
}

.btn-primary:hover {
  background: #0056b3;
  transform: translateY(-1px);
}

.e-related-products-section {
  background: #fff;
  padding: 80px 0;
  margin-top: 60px;
  border-top: 1px solid #e9ecef;
}

.related-products-header {
  text-align: center;
  margin-bottom: 50px;
}

.related-products-header .section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
}

.related-products-header .section-subtitle {
  color: #6c757d;
  font-size: 16px;
  margin: 0;
}

.related-products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.e-orders-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
}

.e-orders-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 30px 0;
  background: linear-gradient(135deg, #00b4a6 0%, #008b7a 100%);
  border-radius: 12px;
  color: white;
}

.e-orders-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  letter-spacing: -0.02em;
}

.e-orders-subtitle {
  font-size: 1.1rem;
  margin: 0;
  opacity: 0.9;
  font-weight: 400;
}

/* Orders Container */
.e-orders-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Order Card */
.e-order-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #e5e7eb;
}

/* Order Header */
.e-order-header {
  background: #00b4a6;
  color: white;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 20px;
  align-items: center;
}

.header-value.status-completed {
  color: #d1fae5;
}

.header-value.status-processing {
  color: #dbeafe;
}

.header-value.status-pending {
  color: #fef3c7;
}

.header-value.status-cancelled {
  color: #fee2e2;
}

/* .header-actions {
    display: flex;
    gap: 15px;
} */

.header-link {
  color: white;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 500;
}

.header-link:hover {
  color: #e0f2f1;
  text-decoration: none;
}

/* Order Content */
.e-order-content {
  padding: 30px;
}

/* Order Product */
.e-order-product {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  align-items: flex-start;
}

.e-order-product .product-image {
  flex-shrink: 0;
  width: 120px;
  height: 120px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
  background: #f9fafb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.e-order-product .product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.e-order-product .product-details {
  flex: 1;
}

.e-order-product .product-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 15px 0;
  line-height: 1.4;
}

.e-order-product .product-spec {
  font-size: 0.875rem;
  color: #6b7280;
  margin: 0 0 8px 0;
  line-height: 1.4;
}

/* Order Actions */
.e-order-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  padding-top: 20px;
  border-top: 1px solid #e5e7eb;
}

.e-action-btn {
  padding: 10px 20px;
  border: 1px solid #00b4a6;
  border-radius: 25px;
  background: white;
  color: #00b4a6;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-block;
}

.e-action-btn:hover {
  background: #00b4a6;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 180, 166, 0.3);
}

/* Pagination */
.e-pagination-wrapper {
  padding: 20px;
  background: #f8fafc;
  border-top: 1px solid #e5e7eb;
  margin-top: 20px;
  border-radius: 12px;
}

.e-pagination-wrapper .woocommerce-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.e-pagination-btn {
  padding: 12px 24px;
  background: #00b4a6;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.e-pagination-btn:hover {
  background: #008b7a;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 180, 166, 0.3);
}

.e-pagination-info {
  font-weight: 600;
  color: #374151;
  font-size: 0.9rem;
}

/* Empty Orders State */
.e-empty-orders {
  text-align: center;
  padding: 80px 40px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
}

.e-empty-icon {
  margin-bottom: 30px;
  color: #9ca3af;
}

.e-empty-icon svg {
  width: 80px;
  height: 80px;
}

.e-empty-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 15px;
}

.e-empty-message {
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 30px;
  line-height: 1.6;
}

.e-shop-btn {
  padding: 15px 30px;
  background: #00b4a6;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.2s ease;
  display: inline-block;
}

.e-shop-btn:hover {
  background: #008b7a;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 180, 166, 0.3);
  color: white;
  text-decoration: none;
}

/* ---------------------------------------------------------- */

.e-tab-title {
  font-weight: 500;
  font-size: 40px;
  text-align: center;
  margin: 0 0 60px 0;
}

.template-banner-text {
  text-align: center;
  color: #ffffff;
}

.template-banner-text h4 {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 500;
}

.template-banner-text p {
  max-width: 902px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
}

/* ---------------------------------------------------------- */

.e-tab-reviews,
.e-tab-specifications,
.e-support-section {
  padding: 100px 0;
}

/* ---------------------------------------------------------- */

.e-tab-reviews,
.e-similar-products-section {
  background: #f6f6f6;
}

/* ---------------------------------------------------------- */

.support-items-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.support-card {
  padding: 57px 30px;
  border: 1px solid #f4f4f4;
  position: relative;
  border-radius: 8px;
}

.support-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 1.1px;
  background: linear-gradient(
    180deg,
    rgba(242, 242, 242, 1) 0%,
    rgba(4, 156, 152, 1) 100%
  );
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  z-index: -1;
}

.support-title {
  font-size: 15px;
  font-weight: 400;
  color: var(--e-primary);
  margin: 0 0 30px 0;
}

.tab-content-inner,
.tab-content-inner h3 {
  color: #ffffff;
}

.tab-content-inner ul {
  list-style-type: disc;
}

.tab-content-inner li + li {
  margin-top: 10px;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item
  .variable-item-contents {
  min-width: 63px;
}

.woo-variation-swatches
  .variable-items-wrapper
  .variable-item:not(.radio-variable-item).button-variable-item.selected:not(
    .no-stock
  ) {
  color: var(--e-primary);
  border-color: var(--e-primary);
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
  display: flex;
  align-items: center;
}

.reset_variations {
  margin-left: 10px;
}

.woo-variation-swatches
  .wvs-style-squared.variable-items-wrapper
  .variable-item:not(.radio-variable-item) {
  border-radius: 100px;
}

/* ------------------------------------------------------------------------- */

/* Enhanced Add to Cart Notifications */
.woocommerce-notices-wrapper {
  margin: 20px 0;
  z-index: 999;
}

.woocommerce-message {
  background-color: #0f834d;
  color: white;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  position: relative;
}

.woocommerce-message .button.wc-forward {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 10px;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 3px;
  display: inline-block;
}

.woocommerce-message .button.wc-forward:hover {
  background: rgba(255, 255, 255, 0.3);
}

.woocommerce-error {
  background-color: #e2401c;
  color: white;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
}

/* Enhanced Add to Cart Button States */
.enhanced_add_to_cart:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* Buy Now Button Styling */
.e-buy-now-section {
  margin-top: 15px;
}

.buy-now-button {
  background-color: #ff6b35 !important;
  color: white !important;
  border: none !important;
  padding: 12px 30px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 5px !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  width: 100% !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.buy-now-button:hover {
  background-color: #e55a2b !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 8px rgba(255, 107, 53, 0.3) !important;
}

.buy-now-button:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  transform: none !important;
  box-shadow: none !important;
}

/* Responsive styling for buttons */
/* @media (min-width: 768px) {
    .e-product-purchase1 {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .e-buy-now-section {
        margin-top: 0;
    }
} */

.enhanced_add_to_cart.loading {
  position: relative;
}

.enhanced_add_to_cart.loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  margin: auto;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-bar {
  top: 4px;
}

.br_compare_button i,
.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-to:before,
.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-from:before,
.bapf_slidr.bapf_slidr_btmval .irs--sharp .irs-single:before {
  display: none !important;
}

.br_compare_button {
  padding: 0 0 0 30px !important;
  margin: 0 !important;
  position: relative;
}

.br_compare_button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #049c98;
  border-radius: 3px;
}

.br_compare_added::after {
  background: #049c98 url(../../../images/check.png) no-repeat;
  background-position: center;
}

.br_compare_button:hover {
  background: initial !important;
}

.berocket_single_filter_widget
  .pink_labels_checkbox_class
  li.pink_labels_checkbox_class_item
  label:hover,
.berocket_single_filter_widget
  .pink_labels_checkbox_class
  li.pink_labels_checkbox_class_item.checked
  label {
  background: var(--e-primary) !important;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

/* ------------------------------------------------------------------------- */
@media (max-width: 1550px) {
  .final-button-buy,
  .final-button-cart {
    font-size: 15px;
  }

  button.single_add_to_cart_button {
    height: 52px;
    font-size: 15px;
    padding: 12px 30px !important;
    max-width: none;
  }

  .qty-wrapper .e-quantity-controls {
    max-width: 160px;
    padding: 3px 6px;
    gap: 6px;
  }

  .qty-wrapper .quantity-btn {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .qty-wrapper .e-quantity-input,
  .qty-wrapper .qty {
    width: 50px;
    height: 36px;
    font-size: 15px;
  }

  .final-button-inside {
    width: calc(100% - 155px);
  }

  .fbt-product-card .product-title {
    font-size: 16px;
  }

  .fbt-product-card .product-price {
    font-size: 20px;
  }


  .category-badge {
    font-size: 13px;
  }

  .e-product-main .e-product h2 {
    font-size: 32px;
    line-height: 46px;
    margin: 30px 0 17px;
  }

  .product-detail-price {
    font-size: 32px;
  }

  .e-product-highlights {
    margin: 35px 0 25px 0;
    padding: 35px 0 0 0;
  }

  .highlights-preview h4 {
    font-size: 20px;
  }

  .highlights-grid {
    gap: 12px;
  }

  .highlight-term {
    font-size: 16px;
  }

  .e-grand-total-section {
    padding: 35px;
  }

  .e-grand-total-section h4 {
    font-size: 32px;
  }

  .e-grand-total-section .includes-vat {
    font-size: 14px;
    margin: 0 0 10px 0;
  }

  .grand-total-breakdown .total-line {
    font-size: 18px;
    padding: 20px 0;
  }

  .grand-total-breakdown .total-line .amount {
    font-size: 21px;
  }

  .grand-installation-option {
    font-size: 14px;
    margin-bottom: 35px;
  }

  .where-to-buy {
    font-size: 18px;
  }

  .e-product-tabs-wrapper {
    padding: 85px 0;
  }

  .e-tab-nav a {
    font-size: 16px;
    padding-bottom: 25px;
  }

  .e-tab-nav li {
    min-width: 180px;
  }

  .e-tab-nav li + li {
    margin-left: 25px;
  }

  .template3 .template-description {
    font-size: 14px;
  }

  .overview-template {
    margin-bottom: 85px;
  }

  .template1 .template-description,
  .template2 .template-description {
    font-size: 14px;
  }

  .template1 .template-content-right .template-title,
  .template2 .template-content-left .template-title {
    font-size: 36px;
  }

  .template-banner-text p {
    font-size: 14px;
  }

  .e-tab-reviews,
  .e-tab-specifications,
  .e-support-section {
    padding: 85px 0;
  }

  .spec-label {
    font-size: 14px;
  }

  .spec-value {
    font-size: 14px;
  }

  .spec-accordion-header h4 {
    font-size: 18px;
  }

  .spec-accordion-header {
    padding: 15px 25px;
  }

  .e-tab-title {
    font-size: 36px;
    margin: 0px 0 45px 0;
  }

  .overall-label {
    font-size: 14px;
    line-height: 18px;
  }

  .rating-number-large {
    font-size: 42px;
  }

  .out-of {
    font-size: 14px;
  }

  .rating-status {
    font-size: 14px;
  }

  .review-count-text {
    font-size: 14px;
  }

  .star-label {
    font-size: 16px;
  }

  .rating-overview-left {
    display: flex;
    padding: 23px;
  }

  .rating-count {
    font-size: 16px;
    width: 45px;
    line-height: 12px;
  }

  .reviews-summary-new {
    grid-template-columns: 240px 1fr;
    margin-bottom: 35px;
  }

  .review-actions {
    padding: 35px 0 0;
  }

  .custom-review-item {
    gap: 20px;
    padding: 25px;
  }

  .reviewer-name {
    font-size: 22px;
  }

  .review-text {
    font-size: 14px;
  }

  .review-date {
    font-size: 14px;
  }

  .avatar-initials {
    width: 52px;
    height: 52px;
    font-size: 14px;
  }

  .support-card {
    padding: 50px 30px;
  }

  .support-title {
    font-size: 14px;
    margin: 0 0 25px 0;
  }

  .support-download-btn {
    font-size: 14px;
  }

  .support-description {
    font-size: 19px;
    margin: 0 0 25px 0;
  }

  .support-items-grid {
    gap: 35px;
  }

  .support-header {
    margin-bottom: 45px;
  }

  .similar-product-card .product-title {
    font-size: 16px;
    line-height: 27px;
  }

  .similar-product-card .product-category {
    margin: 0px 0 5px 0;
  }

  .similar-product-card .hover-buttons .details-btn,
  .similar-product-card .hover-buttons .buy-btn {
    font-size: 14px;
    height: 46px;
  }

  .rating-bar,
  .rating-bar-fill {
    height: 9px;
  }
}

@media (min-width: 768px) {
  .spec-row:nth-child(3n + 2) {
    background: #f4f4f4;
  }

  .spec-row:nth-child(3n + 2) .spec-label {
    padding-left: 40px;
  }

  .spec-row:nth-child(3n + 3) .spec-label {
    padding-left: 40px;
  }
}

@media (max-width: 1200px) {
  .support-items-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }

  .support-card {
    padding: 35px 20px;
  }

  .e-product-highlights {
    margin: 25px 0;
    padding: 25px 0 0 0;
  }

  .e-tab-reviews,
  .e-tab-specifications,
  .e-support-section {
    padding: 80px 0;
  }

  .template-banner-text h4,
  .template1 .template-content-right .template-title,
  .template2 .template-content-left .template-title {
    font-size: 30px;
  }

  .e-tab-nav a {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .e-tab-nav li {
    min-width: 125px;
  }

  .overview-template {
    margin-bottom: 60px;
  }

  .e-modern-gallery-layout,
  .e-gallery-container,
  .e-main-swiper,
  .e-thumbs-swiper {
    height: 450px;
  }
}

@media (max-width: 1024px) {
  .e-product-main {
    gap: 30px;
  }

  .e-product-images {
    width: 50.3%;
  }

  .e-product-info {
    width: calc(50.7% - 40px);
  }

  .e-modern-gallery-layout,
  .e-gallery-container,
  .e-main-swiper,
  .e-thumbs-swiper {
    height: 400px;
  }

  .e-thumbs-swiper .swiper-slide {
    height: 80px !important;
  }

  .e-thumbs-swiper {
    width: 80px;
  }

  .e-product-main .e-product h2 {
    font-size: 28px;
    line-height: 40px;
    margin: 25px 0 12px;
  }

  .product-detail-price {
    font-size: 27px;
  }

  .e-product-title {
    font-size: 2.4rem;
  }

  .e-product-title-section {
    gap: 20px;
  }

  .e-product-price-inline .price {
    font-size: 2rem;
  }

  .e-orders-wrapper {
    padding: 15px;
  }

  .e-orders-header {
    padding: 25px 20px;
    margin-bottom: 30px;
  }

  .e-orders-title {
    font-size: 2rem;
  }

  .e-orders-subtitle {
    font-size: 1rem;
  }

  .e-order-header {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    padding: 15px;
  }

  .similar-products-compact-grid {
    gap: 12px !important;
  }

  .similar-products-compact .compact-product-card {
    max-width: calc(33.333% - 8px) !important;
  }

  .similar-products-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }

  .similar-products-swiper {
    padding: 0 40px;
  }

  .similar-products-swiper .swiper-button-next,
  .similar-products-swiper .swiper-button-prev {
    width: 35px;
    height: 35px;
    margin-top: -17.5px;
  }

  .similar-products-swiper .swiper-button-next:after,
  .similar-products-swiper .swiper-button-prev:after {
    font-size: 12px;
  }

  .e-product-tabs-wrapper {
    padding: 40px 0;
  }

  .tab-panel {
    padding: 30px;
  }

  .key-features-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }

  .feature-highlight {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-highlight:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .feature-highlight:nth-child(even) .feature-image,
  .feature-highlight:nth-child(even) .feature-content {
    order: unset;
  }

  .support-download-btn {
    padding: 10px 25px;
    min-width: 180px;
  }

  .support-title {
    margin: 0 0 15px 0;
  }

  .support-description {
    font-size: 18px;
    margin: 0 0 20px 0;
    min-height: 48px;
  }

  .support-header {
    margin-bottom: 40px;
  }

  .e-tab-title {
    font-size: 30px;
    margin: 0 0 30px 0;
  }

  .e-product-images {
    position: relative;
    top: unset;
  }
}

@media (max-width: 860px) {
  .e-product-details {
    padding: 0;
  }

  .e-product-main {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 60px;
  }

  .e-product-main.mobile-layout .e-product-images {
    padding: 0;
  }

  .e-product-images {
    padding: 20px;
    margin-bottom: 0;
  }

  .e-product-info {
    padding: 20px 0;
  }

  .e-product-title {
    font-size: 2.2rem;
    min-width: 250px;
  }

  .e-product-title-section {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 20px;
  }

  .e-product-price-inline {
    align-self: flex-start;
    margin-top: 0;
  }

  .e-product-price-inline .main-product-price {
    text-align: left;
  }

  .e-product-price-inline .price {
    font-size: 1.8rem;
  }

  .main-product-price .price {
    font-size: 2rem;
  }

  .e-product-price {
    padding: 20px;
    margin-bottom: 25px;
  }

  .e-product-availability {
    padding: 15px;
    margin-bottom: 25px;
  }

  .feature-list li {
    padding: 10px 12px;
  }

  .highlight-item {
    padding: 10px 12px;
    gap: 10px;
  }

  .highlight-icon-img {
    width: 20px;
    height: 20px;
  }

  .highlight-icon {
    font-size: 1rem;
    min-width: 20px;
  }

  .highlight-term {
    font-size: 0.9rem;
  }

  .highlight-label {
    font-size: 0.85rem;
  }

  .highlight-values {
    font-size: 0.9rem;
  }

  .e-product-purchase .cart {
    align-items: stretch;
  }

  .e-product-purchase .quantity {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .e-product-tabs-section .wc-tabs {
    flex-direction: column;
  }

  .e-product-tabs-section .wc-tab {
    padding: 20px;
  }

  .e-order-header {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 15px;
  }

  .e-order-content {
    padding: 20px;
  }

  .e-order-product {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }

  .e-order-product .product-image {
    width: 100px;
    height: 100px;
    align-self: center;
  }

  .e-order-product .product-details {
    text-align: left;
  }

  .e-order-product .product-title {
    font-size: 1.1rem;
  }

  .e-order-actions {
    flex-direction: column;
    gap: 10px;
  }

  .e-action-btn {
    width: 100%;
    text-align: center;
    padding: 12px 20px;
  }

  .e-pagination-wrapper .woocommerce-pagination {
    flex-direction: column;
    gap: 15px;
  }

  .e-pagination-btn {
    padding: 10px 20px;
    font-size: 0.875rem;
  }

  .e-empty-orders {
    padding: 60px 20px;
  }

  .e-empty-icon svg {
    width: 60px;
    height: 60px;
  }

  .e-empty-title {
    font-size: 1.25rem;
  }

  .e-empty-message {
    font-size: 0.9rem;
  }

  .fbt-products {
    flex-direction: column;
    gap: 15px;
  }

  .fbt-plus {
    transform: rotate(90deg);
  }

  .fbt-summary {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 20px;
  }

  .fbt-card {
    max-width: 150px;
  }

  .grand-total-amount {
    font-size: 1.5rem;
  }

  .e-related-products-section {
    padding: 60px 0;
  }

  .related-products-header .section-title {
    font-size: 1.5rem;
  }

  .fbt-products-grid {
    gap: 15px;
  }

  .fbt-actions-section {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }

  .fbt-subtotal-section {
    padding: 15px;
    margin-top: 20px;
  }

  .fbt-subtotal-info,
  .fbt-total-info {
    margin-bottom: 10px;
  }

  .fbt-subtotal-label,
  .fbt-total-label {
    font-size: 13px;
  }

  .fbt-subtotal-amount,
  .fbt-total-amount {
    font-size: 15px;
  }

  .fbt-total-amount {
    font-size: 16px;
  }

  .e-related-products-section {
    margin: 20px 0 !important;
    padding: 15px !important;
  }

  .related-products-header .section-title {
    font-size: 1.3rem !important;
  }

  .similar-products-compact-grid {
    gap: 10px !important;
  }

  .similar-products-compact .compact-product-card {
    max-width: calc(50% - 5px) !important;
    min-width: 150px !important;
  }

  .similar-products-compact .compact-product-image {
    height: 150px !important;
  }

  .similar-products-compact .compact-product-info {
    padding: 10px 8px !important;
  }

  .similar-products-compact .compact-product-title {
    font-size: 13px !important;
    height: 32px !important;
  }

  .similar-products-compact .compact-product-price {
    font-size: 14px !important;
  }

  .explore-more-btn {
    padding: 10px 25px !important;
    font-size: 13px !important;
  }

  /* Mobile responsive for Similar Products Swiper */
  .similar-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .similar-products-swiper {
    padding: 0 30px;
  }

  .similar-products-swiper .swiper-button-next,
  .similar-products-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }

  .similar-products-swiper .swiper-button-next:after,
  .similar-products-swiper .swiper-button-prev:after {
    font-size: 10px;
  }

  .similar-products-title {
    font-size: 1.4rem;
  }

  .similar-product-info {
    padding: 15px;
  }

  .similar-product-title {
    font-size: 14px;
  }

  .similar-product-price {
    font-size: 16px;
  }

  .e-gallery-nav {
    padding: 0 10px;
  }

  .e-gallery-nav button {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .woocommerce-product-gallery .flex-direction-nav .flex-prev {
    left: 10px;
  }

  .woocommerce-product-gallery .flex-direction-nav .flex-next {
    right: 10px;
  }

  .e-product-tabs-wrapper {
    padding: 30px 0;
  }

  .e-tab-nav {
    flex-wrap: wrap;
  }

  .tab-nav-item {
    flex: 1 1 50%;
    min-width: 120px;
  }

  .tab-nav-button {
    padding: 15px 10px;
    font-size: 14px;
  }

  .tab-panel {
    padding: 20px;
    min-height: 300px;
  }

  .tab-content-inner h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .key-features-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .feature-item {
    padding: 20px 15px;
  }

  .feature-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }

  .feature-item h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .support-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
  }

  .support-item {
    padding: 20px 15px;
  }

  .support-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }

  .support-item h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  .feature-highlight {
    padding: 20px;
  }

  .feature-content h4 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .feature-content p {
    font-size: 14px;
  }

  .e-related-products-section {
    margin: 40px 0;
    padding: 30px 0;
  }

  .related-products-header .section-title {
    font-size: 1.8rem;
  }

  .related-products-header .section-subtitle {
    font-size: 1rem;
  }

  .related-products-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
  }

  .e-tab-reviews,
  .e-tab-specifications,
  .e-support-section {
    padding: 50px 0;
  }

  .support-header,
  .e-tab-title {
    margin: 0 0 40px 0;
  }

  .overview-template {
    margin-bottom: 40px;
  }

  .e-product-images,
  .e-product-info {
    width: 100%;
  }

  .e-product-info {
    padding: 0;
  }

  .template1 .template-content-wrapper {
    gap: 40px;
  }

  .template-banner-text h4 {
    margin-bottom: 20px;
  }

  .e-similar-products-section {
    padding: 60px 0;
  }

  .similar-products-title {
    font-size: 2rem;
  }

  .similar-products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .product-image img {
    height: 150px;
  }

  .e-support-section {
    padding: 60px 0;
  }

  .support-main-title {
    font-size: 2rem;
  }

  .support-items-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .support-card {
    padding: 25px 20px;
  }

 

  .e-main-swiper .swiper-slide,
  .e-main-swiper {
    width: 100% !important;
  }

  .e-main-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .e-modern-gallery-layout {
    height: unset;
  }

  .e-thumbs-swiper {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .e-grand-total-section {
    margin: 20px 0 0 0;
    padding: 15px;
  }

  .e-grand-total-section .includes-vat {
    margin: 10px 0;
  }

  .grand-total-breakdown .total-line {
    padding: 8px 0;
  }

  .grand-installation-option {
    font-size: 14px;
  }

  .grand-total-final {
    padding-top: 0;
  }

  .grand-installation-option {
    margin-bottom: 25px;
  }

  .grand-total-final-amount {
    font-size: 25px;
  }

  .grand-total-breakdown .total-line .amount.free {
    font-size: 15px;
  }

  .support-items-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .fbt-products-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .support-header,
  .e-tab-title {
    margin: 0 0 30px 0;
  }

  .e-tab-nav a {
    font-size: 14px;
    padding-bottom: 10px;
  }

  .e-tab-nav li {
    min-width: unset;
  }

  .e-tab-nav li + li {
    margin-left: 20px;
  }

  .template-banner-text {
    text-align: left;
  }

  .similar-products-grid {
    margin: 0 auto 30px auto;
  }

  .support-download-btn {
    padding: 8px 19px;
    min-width: 172px;
  }

  .spec-row:nth-child(even) {
    background: #f4f4f4;
  }

  .spec-accordion-content {
    padding: 0;
    border: 1px solid #e4e4e4;
  }

  .product-detail-price {
    font-size: 19px;
    line-height: 1;
  }

  .where-to-buy {
    width: 100%;
  }

  .grand-total-actions .action-links {
    flex-wrap: wrap;
  }

  .e-grand-total-section h4 {
    margin-top: 0;
  }

  .where-to-buy {
    font-size: 16px;
  }

  .e-product-excerpt .woocommerce-product-details__short-description p {
    margin-bottom: 0;
  }

  .qty-wrapper .e-quantity-controls {
    max-width: 140px;
    padding: 2px 4px;
    gap: 4px;
  }

  .qty-wrapper .quantity-btn {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .qty-wrapper .e-quantity-input,
  .qty-wrapper .qty {
    width: 44px;
    height: 32px;
    font-size: 14px;
  }

  .final-button-inside {
    width: calc(100% - 130px);
  }

  .e-product-top .product-detail-price {
    width: 100%;
    justify-content: flex-start;
  }

  .final-button-buy,
  .final-button-cart {
    font-size: 14px;
  }

  .product_list_container .breadcrumb-nav-wrap {
    margin-bottom: 25px;
  }



}

@media (max-width: 600px) {
  .e-thumbs-swiper {
    width: 100vw;
    height: 75px;
  }

  .e-thumbs-swiper .swiper-slide {
    height: 60px !important;
  }
}

@media (max-width: 580px) {
  .e-product-title {
    font-size: 1.8rem;
    line-height: 1.2;
    min-width: 200px;
  }

  .support-description {
    min-height: unset;
  }

  .e-product-title-section {
    gap: 10px;
  }

  .e-product-price-inline .price {
    font-size: 1.6rem;
  }

  .main-product-price .price {
    font-size: 1.6rem;
  }

  .category-badge {
    padding: 2px 16px 0;
    font-size: 12px;
  }

  .e-product-images {
    padding: 0;
  }

  .e-product-price {
    padding: 15px;
  }

  .e-product-availability {
    padding: 12px;
  }

  .feature-list {
    gap: 8px;
  }

  .feature-list li {
    padding: 8px 10px;
    font-size: 14px;
  }

  .e-orders-header {
    padding: 20px 15px;
  }

  .e-orders-title {
    font-size: 1.75rem;
  }

  .e-orders-subtitle {
    font-size: 0.9rem;
  }

  .e-order-header {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 15px;
  }

  .e-order-content {
    padding: 15px;
  }

  .e-order-product .product-image {
    width: 80px;
    height: 80px;
  }

  .e-order-product .product-title {
    font-size: 1rem;
  }

  .e-order-product .product-spec {
    font-size: 0.8rem;
  }

  .e-action-btn {
    padding: 10px 16px;
    font-size: 0.8rem;
  }

  .e-empty-orders {
    padding: 40px 15px;
  }

  .e-shop-btn {
    padding: 12px 24px;
    font-size: 0.9rem;
  }

  .fbt-products-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .fbt-product-card .product-title {
    font-size: 12px;
  }

  .fbt-product-card .product-price {
    font-size: 14px;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .feature-item {
    padding: 12px;
    gap: 10px;
  }

  .feature-icon {
    font-size: 1.3rem;
    min-width: 25px;
  }

  .similar-products-compact .compact-product-card {
    max-width: calc(50% - 5px) !important;
    min-width: 140px !important;
  }

  .similar-products-compact .compact-product-image {
    height: 120px !important;
  }

  .e-related-products-section {
    padding: 12px !important;
  }

  .related-products-header .section-title {
    font-size: 1.2rem !important;
  }

  .similar-products-compact .compact-product-title {
    font-size: 12px !important;
    height: 30px !important;
  }

  .similar-products-compact .compact-product-category {
    font-size: 10px !important;
  }

  .similar-products-compact .compact-product-price {
    font-size: 13px !important;
  }

  /* Mobile responsive for Similar Products Swiper */
  .similar-products-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .similar-products-swiper {
    padding: 0 25px;
  }

  .similar-products-swiper .swiper-button-next,
  .similar-products-swiper .swiper-button-prev {
    display: none;
    /* Hide arrows on very small screens */
  }

  .similar-products-title {
    font-size: 1.2rem;
  }

  .similar-product-info {
    padding: 12px;
  }

  .similar-product-title {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .similar-product-category {
    font-size: 11px;
  }

  .similar-product-price {
    font-size: 15px;
  }

  .similar-product-specs {
    font-size: 12px;
  }

  .explore-more-btn {
    padding: 12px 25px;
    font-size: 12px;
  }

  .tab-nav-item {
    flex: 1 1 100%;
  }

  .tab-nav-button {
    padding: 12px 8px;
    font-size: 13px;
  }

  .custom-reviews-list {
    margin-top: 20px;
  }

  .similar-products-header {
    margin-bottom: 30px;
  }

  .tab-panel {
    padding: 15px 0;
  }

  .tab-content-inner h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  .feature-item {
    padding: 15px 10px;
  }

  .feature-icon {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .feature-item h4 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .feature-item p {
    font-size: 14px;
  }

  .support-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .support-item {
    padding: 15px 10px;
  }

  .support-icon {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .support-item h4 {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .support-item p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .support-link {
    padding: 8px 15px;
    font-size: 14px;
  }

  .rating-number {
    font-size: 2.5rem;
  }

  .spec-table td {
    padding: 10px 15px;
  }

  .spec-label {
    font-size: 14px;
  }

  .spec-value {
    font-size: 14px;
  }

  /* Review Modal Mobile */
  .review-modal-content {
    width: 95%;
    max-height: 95vh;
  }

  .review-modal-header {
    padding: 20px;
  }

  .review-modal-header h3 {
    font-size: 1.3rem;
  }

  .review-modal-body {
    padding: 20px;
  }

  .review-form-group {
    margin-bottom: 20px;
  }

  .star-rating-input label {
    font-size: 25px;
    padding: 3px;
  }

  .review-form-actions {
    flex-direction: column;
    gap: 10px;
  }

  .review-cancel-btn,
  .review-submit-btn {
    width: 100%;
    padding: 15px;
  }

  .add-review-btn {
    padding: 12px 25px;
    font-size: 14px;
  }

  .reviews-summary-new {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .rating-display {
    gap: 15px;
  }

  .rating-number-large {
    font-size: 3rem;
  }

  .rating-bar-row {
    row-gap: 10px;
  }

  .star-label {
    font-size: 13px;
    width: 100%;
  }

  .custom-review-item {
    gap: 15px;
    padding: 15px;
  }

  .avatar-initials {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }

  .review-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .reviewer-name {
    font-size: 15px;
  }

  .review-date {
    font-size: 13px;
  }

  .review-rating .star {
    font-size: 14px;
  }

  .review-title {
    font-size: 14px;
  }

  .review-text {
    font-size: 13px;
  }

  /* Specifications Accordion Mobile */
  .spec-accordion-header {
    padding: 15px 20px;
  }

  .spec-accordion-header h4 {
    font-size: 14px;
  }

  .accordion-icon {
    font-size: 18px;
  }

  .spec-grid {
    padding: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .spec-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px;
    text-align: left;
  }

  .spec-label {
    font-size: 13px;
  }

  .template1 .template-content-wrapper,
  .template2 .template-content-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  /* .template1 .template-image-left img,
    .template2 .template-image-right img {
        height: 200px;
    } */

  .template1 .template-title,
  .template2 .template-title {
    font-size: 1.3rem;
  }

  .template3 .template-title {
    font-size: 1.5rem;
  }

  .template3 .template-gallery-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
  }

  .template4 .template-banner img {
    max-height: 250px;
  }

  .template-gallery {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 10px;
  }

  .template-gallery .gallery-item img {
    height: 100px;
  }

  .highlights-grid,
  .support-items-grid,
  .related-products-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .support-items-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .support-main-title,
  .similar-products-title {
    font-size: 1.8rem;
  }

  .e-gallery-nav {
    padding: 0 5px;
  }

  .e-gallery-nav button {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .woocommerce-product-gallery .flex-direction-nav .flex-prev {
    left: 5px;
  }

  .woocommerce-product-gallery .flex-direction-nav .flex-next {
    right: 5px;
  }

  .e-modern-gallery-layout {
    padding: 0 !important;
  }

  .e-modern-gallery-layout {
    height: auto;
  }

  .fbt-products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-title a {
    font-size: 12px;
  }
}

@media print {
  .e-similar-products-section {
    page-break-inside: avoid;
    background: white !important;
  }

  .similar-product-card {
    box-shadow: none !important;
    border: 1px solid #ddd !important;
  }
}

@media (prefers-contrast: high) {
  .similar-product-card {
    border: 2px solid #000;
  }

  .product-badge {
    border: 2px solid #000;
  }

  .explore-more-btn {
    border: 2px solid #000;
  }
}
.e-tab-reviews {
  padding-bottom: 0 !important;
}


.single-product .header{
     position: static;
     background-color: #1B1747;
}

.woocommerce-notices-wrapper{
  display: none;
}

.product-detail_top_left{
     width: 70%;
     padding-right: 30px;
}

.e-product-top .container{
     align-items: flex-end;
}

.e-product-top .product-detail-price{
       width: 30%;
       display: flex;
       flex-wrap: wrap;
       justify-content: flex-end;
}

.e-product-top .product-detail-price .woocommerce-Price-amount.amount{
      font-weight: bold;
      font-size: 30px;
      color: #0095D9;
}

.e-product-top .product-detail-price, 
.e-product-top .product-detail-price .woocommerce-Price-amount.amount .woocommerce-Price-currencySymbol{
      font-size: 16px;
      font-weight: 400;
      font-weight: 400;
}

.e-product-top .price-from{
       font-size: 16px;
      font-weight: 400;
      margin-right: 15px;
      font-weight: 500;
}

.e-product-top .seprator {
    width: 35px;
    height: 30px;
    position: relative;
}

.e-product-top .seprator::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    background-color: #0095D9;
    top: 19px;
    left: 9px;
}

.e-product-gallery{
    width: 100%;
    padding: 50px 0 60px;
}

.e-technical-list{
     width: 100%;
     margin-top: 10px;
}

.technical-item{
     width: 100%;
     padding: 15px 0;
     border-bottom: 1px solid #EBEBEB;
     display: flex;
     flex-wrap: wrap;
}

.technical-label{
     font-size: 22px;
     line-height: 30px;
     color: #000;
     width: 70%;
     padding-right: 20px;
}

.technical-value{
     width: 30%;
     text-align: right;
     font-size: 16px;
     line-height: 30px;
     color: #5E5E5E;
}

.e-product-info .main_btn{
  margin-top: 0;
}

.e-product-info .final-button-buy{
  display: none !important;
}

.detail_tabs{
     width: 100%;
     height: 84px;
     display: flex;
     align-items: flex-end;
     background: #F6F6F6;
}

.related_product_sec{
  padding: 110px 0;
  overflow: hidden;
}

.related-products-swiper{
    overflow: visible !important;
}


.production_usage_wrap p{
  color: #fff;
  margin: 0 auto;
  max-width: 890px;
  text-align: center;
}

#section-description{
     padding: 60px 0 30px;
}



#section-spec_technical_data{
    padding: 30px 0 110px;
}

.e-spec-tech-data-content{
     align-items: center;
}

.e-spec-tech-data-content_sec{
      width: 60%;
      padding-right: 100px;
}

.e-spec-tech-data-img_sec{
      width: 40%;
}

.variations{
     width: 100%;
}
.variations th{
 font-size: 22px;
    line-height: 30px;
    color: #000;
    width: 70%;
    font-weight: 500;
    padding-right: 20px;
}

.variations th .woo-selected-variation-item-name{
  display: none !important;
}

.wvs-has-image-tooltip:before, [data-wvstooltip]:before{
     background-color: #0095D9 !important;
}

.wvs-has-image-tooltip:after, [data-wvstooltip]:after{
border-top-color: var(--wvs-tooltip-background-color,#0095D9);
}


   

.variations tr{
     width: 100%;
     display: flex;
     gap: 10px;
         padding: 15px 0;
         flex-wrap: wrap;
             border-bottom: 1px solid #EBEBEB;
}

.related_product_sec .main-title{
          margin-bottom: 25px;
}

.production_usage_wrap {
  margin-top: 0;
}


@media (max-width: 1600px) {
  .e-product-top .product-detail-price .woocommerce-Price-amount.amount{
        font-size: 26px;
  }

  .e-product-info h3 {
    font-size: 30px;
  }

  .technical-label {
    font-size: 18px;
    line-height: 28px;
  }

  .technical-value{
       line-height: 28px;
  }

  .e-modern-tabs-section{
    padding-top: 0;
  }

  .product-section-link{
       font-size: 18px;
  }


  #section-downloads {
    padding: 85px 0;
  }

  .production_usage_wrap h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
}

.production_usage_wrap ul{
     margin-top: 40px;
}

.related_product_sec {
  padding: 90px 0;
}

.e-spec-tech-data-content_sec{
  padding-right: 0;
}

#section-spec_technical_data {
  padding: 30px 0 80px;
}

.product-section-item.active .product-section-link {
  font-size: 18px;
}

#section-downloads {
  padding: 80px 0;
}

.production_usage_wrap h2{
     font-size: 35px;
}

}


@media (max-width: 1200px) {
  .e-spec-tech-data-content_sec{
    padding-right: 0;
}

  .e-main-swiper{
       margin-left: 0;
  }

  #section-description{
    padding: 50px 0 30px;
}

#section-spec_technical_data {
  padding: 30px 0 60px;
}

.product-section-item.active .product-section-link {
  font-size: 16px;
}

#section-downloads {
  padding: 50px 0;
}

.production_usage_wrap h2{
  font-size: 30px;
  line-height: 30px;
}

.production_usage_wrap ul{
        margin-top: 30px;
    }

    .related_product_sec {
      padding: 50px 0;
    }

    .e-product-main{
        margin-bottom: 20px;
    }


}

@media (max-width: 768px) {
  .e-spec-tech-data-content_sec{
    width: 100%;
    padding-right: 0;
  }

  .e-spec-tech-data-img_sec {
    width: 100%;
    margin-top: 30px;
}

.e-spec-tech-data-img_sec img{
     width: 100%;
}

.production_usage_wrap h2{
  font-size: 25px;
  line-height: 25px;
}

.production_usage_wrap ul{
  margin-top: 25px;
}

.e-product-main{
  margin-bottom: 0px;
}


.product-detail_top_left {
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
}

.e-product-top .product-detail-price{
   width: 100%;
   justify-content: flex-start;
}

.product-section-link {
  font-size: 16px;
}

.product-section-nav{
    gap: 10px;
}

.related-nav{
     margin-top: 50px;
}

.e-product-info{
  margin-top: 30px;
}

.product-section-item.active .product-section-link {
  font-size: 15px;
}

.technical-label {
  font-size: 16px;
  line-height: 26px;
}

.technical-item{
  padding: 10px 0;
}

.technical-value {
  line-height: 26px;
  font-size: 15px;
}

 
}