:root {
  --qe-primary: #f89935;
  --qe-secondary: #ef6723;
  --qe-text: #1f2937;
  --qe-font: "Manrope";
  --qe-btn-main: #f89935;
  --qe-btn-gradient: #ef6723;
  --qe-btn-font: #ffffff;
}

.qepro-form-wrap,
.qepro-products-wrap,
.qepro-product-single,
.qepro-cart-wrap {
  font-family: var(--qe-font);
  color: var(--qe-text);
}

.qepro-form-wrap {
  background: var(--qe-secondary);
  border: 1px solid rgba(31, 41, 55, 0.12);
  border-radius: 12px;
  padding: 20px;
  max-width: 720px;
}

.qepro-form-title {
  margin: 0 0 16px;
  font-size: 22px;
}

.qepro-field {
  margin-bottom: 14px;
}

.qepro-field label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
}

.qepro-field input,
.qepro-field textarea,
.qepro-field select {
  width: 100%;
  border: 1px solid rgba(31, 41, 55, 0.2);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.4;
  box-sizing: border-box;
  background: #fff;
}

.qepro-field textarea {
  min-height: 92px;
  resize: vertical;
}

.qepro-form .qepro-field input,
.qepro-form .qepro-field textarea,
.qepro-form .qepro-field select {
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.qepro-form .qepro-field input:focus,
.qepro-form .qepro-field textarea:focus,
.qepro-form .qepro-field select:focus,
.qepro-form .qepro-field input:focus-visible,
.qepro-form .qepro-field textarea:focus-visible,
.qepro-form .qepro-field select:focus-visible {
  border-color: var(--qe-btn-main, #f89935) !important;
  box-shadow: 0 0 0 3px rgba(248, 153, 53, 0.2);
  outline: none;
}

.qepro-form .qepro-field.is-invalid > label {
  color: #dc2626 !important;
}

.qepro-form .qepro-field input.qepro-invalid,
.qepro-form .qepro-field textarea.qepro-invalid,
.qepro-form .qepro-field select.qepro-invalid {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.16) !important;
}

.qepro-field-float {
  position: relative;
}

.qepro-field-float > label {
  position: absolute;
  top: 50%;
  left: 12px;
  max-width: calc(100% - 24px);
  margin: 0;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: top 180ms ease, transform 180ms ease, font-size 180ms ease, color 180ms ease;
  z-index: 2;
}

.qepro-field-float.qepro-field-textarea > label {
  top: 18px;
}

.qepro-field-float > input,
.qepro-field-float > textarea {
  padding-top: 18px;
}

.qepro-field-float > input::placeholder,
.qepro-field-float > textarea::placeholder {
  color: transparent;
}

.qepro-field-float.is-floating > label {
  top: 8px;
  transform: translateY(0);
  font-size: 11px;
  font-weight: 600;
  color: #141348;
}

.qepro-inline {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 6px 0;
}

.qepro-inline input[type='checkbox'],
.qepro-inline input[type='radio'] {
  width: auto;
}

.qepro-required {
  color: #d23131;
}

.qepro-actions {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
  margin-top: 16px;
  padding: 6px 4px 4px;
}

.qepro-actions .qepro-btn {
  flex: 1 1 0;
  min-width: 0;
}

.qepro-btn {
  border: none;
  border-radius: 8px;
  padding: 10px 14px;
  min-height: 40px;
  font-weight: 600;
  line-height: 1.25;
  cursor: pointer;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.qepro-btn:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

.qepro-btn-primary {
  background: var(--qe-btn-bg, linear-gradient(180deg, var(--qe-btn-main), var(--qe-btn-gradient)));
  color: var(--qe-btn-font);
  box-shadow: 0 8px 18px rgba(239, 103, 35, 0.24);
}

.qepro-btn-whatsapp {
  background: var(--qe-btn-bg, linear-gradient(180deg, var(--qe-btn-main), var(--qe-btn-gradient)));
  color: var(--qe-btn-font);
  box-shadow: 0 8px 18px rgba(239, 103, 35, 0.2);
}

.qepro-response {
  margin-top: 12px;
  font-size: 14px;
}

.qepro-response.is-error {
  color: #c61b1b;
}

.qepro-response.is-success {
  color: #000000;
}

.qepro-products-wrap {
  max-width: 1900px;
  margin: 0 auto;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.qepro-products-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  background: #ffffff;
  border: 1px solid #e7ebf3;
  border-radius: 18px;
  padding: 12px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.qepro-products-filter input,
.qepro-products-filter select {
  flex: 1 1 200px;
  width: auto;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px 14px;
  min-height: 48px;
  background-color: #fff;
  font-size: 14px;
  color: #111827;
  box-sizing: border-box;
}

.qepro-products-filter input {
  flex-basis: 260px;
  padding-left: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%239ca3af' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M21 21l-4.3-4.3m1.8-5.2a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 14px center;
  background-size: 18px 18px;
}

.qepro-products-filter select {
  appearance: none;
  padding-right: 42px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%239ca3af'%3E%3Cpath fill-rule='evenodd' d='M5.23 7.21a.75.75 0 011.06.02L10 11.17l3.71-3.94a.75.75 0 111.08 1.04l-4.24 4.5a.75.75 0 01-1.08 0l-4.24-4.5a.75.75 0 01.02-1.06z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 16px 16px;
}

.qepro-products-filter input:focus,
.qepro-products-filter select:focus {
  border-color: rgba(239, 103, 35, 0.75);
  outline: none;
  box-shadow: none;
}

.qepro-products-filter .qepro-btn {
  flex: 0 0 auto;
  min-height: 44px;
  height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: var(--qe-btn-main, #f89935);
  border-color: var(--qe-btn-main, #f89935);
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: none;
  transition: transform 0.45s ease;
}

.qepro-products-filter .qepro-btn:hover,
.qepro-products-filter .qepro-btn:focus,
.qepro-products-filter .qepro-btn:focus-visible {
  color: #ffffff;
  transform: scale(1.06);
}

.qepro-products-filter .qepro-btn::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.qepro-products-filter .qepro-btn:hover::after,
.qepro-products-filter .qepro-btn:focus::after,
.qepro-products-filter .qepro-btn:focus-visible::after {
  height: 250%;
  transition: all 300ms linear !important;
  background-color: transparent;
}

.qepro-products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.qepro-category-archive-head {
  margin: 10px 0 16px;
}

.qepro-category-archive-title {
  margin: 0 0 8px;
  font-size: 34px!important;
  font-weight: 600!important;
  line-height: 1.1;
  color: #111827;
  text-transform: uppercase;
}

.qepro-category-description {
  color: #4b5563;
  font-size: 15px;
  max-width: 920px;
}

.qepro-subcat-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
}

.qepro-subcat-track {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  gap: 14px;
  overflow-x: auto;
  padding: 4px 2px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.qepro-subcat-track::-webkit-scrollbar {
  display: none;
}

.qepro-subcat-nav {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid #e7ebf3;
  background: #ffffff;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
}

.qepro-subcat-nav:hover {
  border-color: rgba(239, 103, 35, 0.45);
}

.qepro-subcat-nav:disabled {
  opacity: 0.45;
  cursor: default;
}

.qepro-subcat-card {
  flex: 0 0 auto;
  width: 120px;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.qepro-subcat-thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  border: 1px solid #e7ebf3;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.qepro-subcat-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
  box-sizing: border-box;
  display: block;
}

.qepro-subcat-thumb-empty {
  width: 100%;
  height: 100%;
  display: block;
  background: #f3f4f6 url('../img/placeholder.png') center/72px 72px no-repeat;
}

.qepro-subcat-name {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  color: #111827;
}

.qepro-subcat-card:hover .qepro-subcat-thumb {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.qepro-subcat-card.is-active .qepro-subcat-thumb {
  border-color: rgba(239, 103, 35, 0.85);
  box-shadow: 0 14px 30px rgba(239, 103, 35, 0.14);
}

@media (max-width: 640px) {
  .qepro-subcat-nav {
    display: none;
  }

  .qepro-subcat-strip {
    gap: 0;
  }

  .qepro-subcat-track {
    padding: 2px 0;
  }

  .qepro-subcat-card {
    width: 104px;
  }
}

.qepro-categories-grid {
  display: grid;
  grid-template-columns: repeat(var(--qepro-cat-cols, 4), minmax(0, 1fr));
  gap: 18px;
}

.qepro-category-card {
  border: 1px solid #e7ebf3;
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.qepro-category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.qepro-category-thumb {
  padding: 16px;
  background: #ffffff;
  border-bottom: 1px solid #eef2f7;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qepro-category-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.qepro-category-thumb-empty {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
  background: #f3f4f6 url('../img/placeholder.png') center/96px 96px no-repeat;
}

.qepro-category-card-body {
  padding: 12px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.qepro-category-card-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
}

.qepro-category-count {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.3;
}

.qepro-category-desc {
  color: #374151;
  font-size: 13px;
  line-height: 1.4;
}

.qepro-product-card {
  border: 1px solid #e6eaf2;
  border-radius: 14px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.qepro-product-card:hover {
  
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.1);
}

.qepro-product-thumb-link {
  display: block;
  position: relative;
  padding: 18px 18px 10px;
}

.qepro-product-thumb {
  background: #ffffff;
 
  border-radius: 16px;
  min-height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.qepro-product-thumb img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  display: block;
  transition: opacity 180ms ease;
}

/* Shared image shine animation */
.qepro-subcat-thumb,
.qepro-category-thumb,
.qepro-product-thumb,
.qepro-product-main-image,
.qepro-gallery-item,
.qepro-cart-thumb,
.custom-image-animation .e-gallery-item .elementor-gallery-item__image,
.custom-image-animation .e-gallery-item .elementor-gallery-item__overlay,
.custom-image-animation .gallery-item .gallery-icon,
.custom-image-animation .wp-block-gallery .blocks-gallery-item,
.custom-image-animation .wp-block-image {
  position: relative;
  overflow: hidden;
}

/* Keep widget-level pseudo disabled only for non-image widgets */
.custom-image-animation:not(.elementor-widget-image):not(.elementor-widget-image-box):not(.elementor-widget-theme-post-featured-image)::after {
  content: none !important;
}

.qepro-subcat-thumb::after,
.qepro-category-thumb::after,
.qepro-product-thumb::after,
.qepro-product-main-image::after,
.qepro-gallery-item::after,
.qepro-cart-thumb::after,
.custom-image-animation .e-gallery-item .elementor-gallery-item__image::after,
.custom-image-animation .e-gallery-item .elementor-gallery-item__overlay::after,
.custom-image-animation .gallery-item .gallery-icon::after,
.custom-image-animation .wp-block-gallery .blocks-gallery-item::after,
.custom-image-animation .wp-block-image::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
  transition: all 600ms linear !important;
}

.qepro-subcat-thumb:hover::after,
.qepro-category-thumb:hover::after,
.qepro-product-thumb:hover::after,
.qepro-product-main-image:hover::after,
.qepro-product-main-image:focus-within::after,
.qepro-gallery-item:hover::after,
.qepro-gallery-item:focus-visible::after,
.qepro-cart-thumb:hover::after,
.custom-image-animation .e-gallery-item:hover .elementor-gallery-item__image::after,
.custom-image-animation .e-gallery-item:focus-visible .elementor-gallery-item__image::after,
.custom-image-animation .e-gallery-item:hover .elementor-gallery-item__overlay::after,
.custom-image-animation .e-gallery-item:focus-visible .elementor-gallery-item__overlay::after,
.custom-image-animation .gallery-item .gallery-icon:hover::after,
.custom-image-animation .wp-block-gallery .blocks-gallery-item:hover::after,
.custom-image-animation .wp-block-image:hover::after {
  height: 250%;
  background-color: transparent;
}

/* Reusable class for Elementor custom-image-animation (Advanced > CSS Classes) */
.qepro-elementor-image-animation:not(.elementor-widget-image):not(.elementor-widget-image-box):not(.elementor-widget-theme-post-featured-image)::after,
.custom-image-animation:not(.elementor-widget-image):not(.elementor-widget-image-box):not(.elementor-widget-theme-post-featured-image)::after {
  content: none !important;
}

.qepro-elementor-image-animation .elementor-image-box-img,
.qepro-elementor-image-animation.elementor-widget-image-box .elementor-image-box-img,
.qepro-elementor-image-animation .elementor-widget-image .elementor-widget-container,
.qepro-elementor-image-animation.elementor-widget-image .elementor-widget-container,
.qepro-elementor-image-animation .elementor-widget-theme-post-featured-image .elementor-widget-container,
.qepro-elementor-image-animation.elementor-widget-theme-post-featured-image .elementor-widget-container,
.custom-image-animation .elementor-image-box-img,
.custom-image-animation.elementor-widget-image-box .elementor-image-box-img,
.custom-image-animation .elementor-widget-image .elementor-widget-container,
.custom-image-animation.elementor-widget-image .elementor-widget-container,
.custom-image-animation .elementor-widget-theme-post-featured-image .elementor-widget-container,
.custom-image-animation.elementor-widget-theme-post-featured-image .elementor-widget-container {
  position: relative !important;
  overflow: hidden !important;
}

.qepro-elementor-image-animation .elementor-image-box-img::after,
.qepro-elementor-image-animation.elementor-widget-image-box .elementor-image-box-img::after,
.qepro-elementor-image-animation .elementor-widget-image .elementor-widget-container::after,
.qepro-elementor-image-animation.elementor-widget-image .elementor-widget-container::after,
.qepro-elementor-image-animation .elementor-widget-theme-post-featured-image .elementor-widget-container::after,
.qepro-elementor-image-animation.elementor-widget-theme-post-featured-image .elementor-widget-container::after,
.custom-image-animation .elementor-image-box-img::after,
.custom-image-animation.elementor-widget-image-box .elementor-image-box-img::after,
.custom-image-animation .elementor-widget-image .elementor-widget-container::after,
.custom-image-animation.elementor-widget-image .elementor-widget-container::after,
.custom-image-animation .elementor-widget-theme-post-featured-image .elementor-widget-container::after,
.custom-image-animation.elementor-widget-theme-post-featured-image .elementor-widget-container::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
  pointer-events: none;
  transition: all 600ms linear !important;
}

.qepro-elementor-image-animation .elementor-image-box-img:hover::after,
.qepro-elementor-image-animation.elementor-widget-image-box .elementor-image-box-img:hover::after,
.qepro-elementor-image-animation .elementor-widget-image .elementor-widget-container:hover::after,
.qepro-elementor-image-animation.elementor-widget-image .elementor-widget-container:hover::after,
.qepro-elementor-image-animation .elementor-widget-theme-post-featured-image .elementor-widget-container:hover::after,
.qepro-elementor-image-animation.elementor-widget-theme-post-featured-image .elementor-widget-container:hover::after,
.custom-image-animation .elementor-image-box-img:hover::after,
.custom-image-animation.elementor-widget-image-box .elementor-image-box-img:hover::after,
.custom-image-animation .elementor-widget-image .elementor-widget-container:hover::after,
.custom-image-animation.elementor-widget-image .elementor-widget-container:hover::after,
.custom-image-animation .elementor-widget-theme-post-featured-image .elementor-widget-container:hover::after,
.custom-image-animation.elementor-widget-theme-post-featured-image .elementor-widget-container:hover::after {
  height: 250%;
  background-color: transparent;
}

/* Elementor optimized markup: class directly on image widget (no inner .elementor-widget-container) */
.qepro-elementor-image-animation.elementor-widget-image,
.custom-image-animation.elementor-widget-image {
  position: relative;
  overflow: hidden;
}

.qepro-elementor-image-animation.elementor-widget-image::after,
.custom-image-animation.elementor-widget-image::after {
  content: "" !important;
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 2;
  pointer-events: none;
  transition: all 600ms linear !important;
}

.qepro-elementor-image-animation.elementor-widget-image:hover::after,
.custom-image-animation.elementor-widget-image:hover::after {
  height: 250%;
  background-color: transparent;
}

.qepro-product-card.is-skeleton .qepro-product-thumb {
  position: relative;
}

.qepro-product-card.is-skeleton .qepro-product-thumb img {
  opacity: 0;
}

.qepro-product-main-image.is-skeleton img {
  opacity: 0;
}

.qepro-gallery-item.is-skeleton {
  position: relative;
}

.qepro-gallery-item.is-skeleton img {
  opacity: 0;
}

@keyframes qeproSkeletonShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.qepro-product-card.is-skeleton .qepro-product-thumb::before,
.qepro-product-main-image.is-skeleton::before,
.qepro-gallery-item.is-skeleton::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f3f4f6 0%, #e5e7eb 40%, #f3f4f6 80%);
  background-size: 200% 100%;
  animation: qeproSkeletonShimmer 1.1s ease-in-out infinite;
  pointer-events: none;
}

.qepro-products-wrap.is-loading .qepro-products-filter,
.qepro-products-wrap.is-loading .qepro-products-grid,
.qepro-products-wrap.is-loading .qepro-subcat-strip {
  pointer-events: none;
}

.qepro-products-wrap.is-loading .qepro-product-breadcrumb .qepro-breadcrumb-item > a,
.qepro-products-wrap.is-loading .qepro-product-breadcrumb .qepro-breadcrumb-item > span,
.qepro-products-wrap.is-loading .qepro-category-archive-title,
.qepro-products-wrap.is-loading .qepro-category-description p,
.qepro-products-wrap.is-loading .qepro-products-filter input,
.qepro-products-wrap.is-loading .qepro-products-filter select,
.qepro-products-wrap.is-loading .qepro-products-filter .qepro-btn,
.qepro-products-wrap.is-loading .qepro-product-card-title a,
.qepro-products-wrap.is-loading .qepro-rating-text,
.qepro-products-wrap.is-loading .qepro-enquiry-btn,
.qepro-products-wrap.is-loading .qepro-product-chip,
.qepro-products-wrap.is-loading .qepro-subcat-name {
  position: relative;
  color: transparent !important;
  border-color: transparent !important;
  text-shadow: none !important;
  background: linear-gradient(90deg, #f3f4f6 0%, #e5e7eb 40%, #f3f4f6 80%) !important;
  background-size: 200% 100% !important;
  animation: qeproSkeletonShimmer 1.1s ease-in-out infinite;
  box-shadow: none !important;
}

.qepro-products-wrap.is-loading .qepro-product-breadcrumb .qepro-breadcrumb-item > a,
.qepro-products-wrap.is-loading .qepro-product-breadcrumb .qepro-breadcrumb-item > span {
  display: inline-block;
  min-height: 16px;
  min-width: 46px;
  border-radius: 999px;
}

.qepro-products-wrap.is-loading .qepro-product-breadcrumb .qepro-breadcrumb-item + .qepro-breadcrumb-item::before {
  color: transparent !important;
}

.qepro-products-wrap.is-loading .qepro-category-archive-title {
  width: min(58%, 320px);
  min-height: 38px;
  border-radius: 10px;
}

.qepro-products-wrap.is-loading .qepro-category-description p {
  min-height: 14px;
  border-radius: 7px;
}

.qepro-products-wrap.is-loading .qepro-category-description p:last-child {
  width: 82%;
}

.qepro-products-wrap.is-loading .qepro-products-filter input,
.qepro-products-wrap.is-loading .qepro-products-filter select,
.qepro-products-wrap.is-loading .qepro-products-filter .qepro-btn {
  background-image: none !important;
}

.qepro-products-wrap.is-loading .qepro-product-card-title a {
  display: inline-block;
  width: min(88%, 260px);
  min-height: 26px;
  border-radius: 8px;
}

.qepro-products-wrap.is-loading .qepro-rating-text {
  display: inline-block;
  width: 124px;
  min-height: 16px;
  border-radius: 999px;
}

.qepro-products-wrap.is-loading .qepro-stars {
  opacity: 0;
}

.qepro-products-wrap.is-loading .qepro-enquiry-btn {
  min-height: 44px;
}

.qepro-products-wrap.is-loading .qepro-product-thumb {
  position: relative;
}

.qepro-products-wrap.is-loading .qepro-product-thumb img {
  opacity: 0;
}

.qepro-products-wrap.is-loading .qepro-product-thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f3f4f6 0%, #e5e7eb 40%, #f3f4f6 80%);
  background-size: 200% 100%;
  animation: qeproSkeletonShimmer 1.1s ease-in-out infinite;
  pointer-events: none;
}

.qepro-products-wrap.is-loading .qepro-subcat-thumb {
  position: relative;
}

.qepro-products-wrap.is-loading .qepro-subcat-thumb img {
  opacity: 0;
}

.qepro-products-wrap.is-loading .qepro-subcat-thumb::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #f3f4f6 0%, #e5e7eb 40%, #f3f4f6 80%);
  background-size: 200% 100%;
  animation: qeproSkeletonShimmer 1.1s ease-in-out infinite;
  pointer-events: none;
  border-radius: inherit;
}

.qepro-products-wrap.is-loading .qepro-subcat-nav {
  border-color: transparent !important;
  background: linear-gradient(90deg, #f3f4f6 0%, #e5e7eb 40%, #f3f4f6 80%) !important;
  background-size: 200% 100% !important;
  animation: qeproSkeletonShimmer 1.1s ease-in-out infinite;
  box-shadow: none !important;
  color: transparent !important;
}

.qepro-products-wrap.is-loading .qepro-subcat-name {
  display: inline-block;
  min-height: 13px;
  width: 90%;
  border-radius: 999px;
}

.qepro-product-page.is-loading .qepro-product-top {
  pointer-events: none;
}

.qepro-product-page.is-loading .qepro-product-title,
.qepro-product-page.is-loading .qepro-product-rating-row,
.qepro-product-page.is-loading .qepro-product-short-description p,
.qepro-product-page.is-loading .qepro-product-meta p,
.qepro-product-page.is-loading .qepro-assurance-item strong,
.qepro-product-page.is-loading .qepro-assurance-item .qepro-assurance-text,
.qepro-product-page.is-loading .qepro-product-side-card h3,
.qepro-product-page.is-loading .qepro-product-side-card p,
.qepro-product-page.is-loading .qepro-side-form-wrap .qepro-actions .qepro-btn,
.qepro-product-page.is-loading .qepro-side-secondary-btn,
.qepro-product-page.is-loading .qepro-side-cart-btn {
  position: relative;
  color: transparent !important;
  border-color: transparent !important;
  text-shadow: none !important;
  background: linear-gradient(90deg, #f3f4f6 0%, #e5e7eb 40%, #f3f4f6 80%) !important;
  background-size: 200% 100% !important;
  animation: qeproSkeletonShimmer 1.1s ease-in-out infinite;
  box-shadow: none !important;
}

.qepro-product-page.is-loading .qepro-product-title {
  width: min(78%, 420px);
  min-height: 38px;
  border-radius: 10px;
}

.qepro-product-page.is-loading .qepro-product-rating-row {
  width: 170px;
  min-height: 18px;
  border-radius: 999px;
}

.qepro-product-page.is-loading .qepro-product-short-description p,
.qepro-product-page.is-loading .qepro-product-meta p {
  min-height: 14px;
  border-radius: 7px;
}

.qepro-product-page.is-loading .qepro-product-short-description p:last-child,
.qepro-product-page.is-loading .qepro-product-meta p:last-child {
  width: 85%;
}

.qepro-product-page.is-loading .qepro-assurance-item strong {
  min-height: 12px;
  width: 78%;
  border-radius: 6px;
}

.qepro-product-page.is-loading .qepro-assurance-item .qepro-assurance-text {
  min-height: 11px;
  width: 88%;
  border-radius: 6px;
}

.qepro-product-page.is-loading .qepro-product-side-card h3 {
  min-height: 26px;
  border-radius: 8px;
}

.qepro-product-page.is-loading .qepro-product-side-card p {
  min-height: 12px;
  border-radius: 7px;
}

.qepro-product-page.is-loading .qepro-side-form-wrap .qepro-field input,
.qepro-product-page.is-loading .qepro-side-form-wrap .qepro-field textarea,
.qepro-product-page.is-loading .qepro-side-form-wrap .qepro-field select {
  color: transparent !important;
  border-color: transparent !important;
  background: linear-gradient(90deg, #f3f4f6 0%, #e5e7eb 40%, #f3f4f6 80%) !important;
  background-size: 200% 100% !important;
  animation: qeproSkeletonShimmer 1.1s ease-in-out infinite;
  box-shadow: none !important;
}

.qepro-product-page.is-loading .qepro-side-form-wrap .qepro-field input::placeholder,
.qepro-product-page.is-loading .qepro-side-form-wrap .qepro-field textarea::placeholder,
.qepro-product-page.is-loading .qepro-side-form-wrap .qepro-field select::placeholder {
  color: transparent !important;
}

.qepro-product-page.is-loading .qepro-product-rating-row *,
.qepro-product-page.is-loading .qepro-assurance-icon,
.qepro-product-page.is-loading .qepro-gallery-nav,
.qepro-product-page.is-loading .qepro-gallery-zoom {
  opacity: 0;
}

.qepro-product-thumb-empty {
  position: relative;
  background: #ffffff url('../img/placeholder.png') center/110px 110px no-repeat;
}

.qepro-product-thumb-empty::before,
.qepro-cart-thumb:empty::before {
  content: none;
}

.qepro-cart-thumb:empty {
  background: #ffffff url('../img/placeholder.png') center/64px 64px no-repeat;
  border: 1px solid #eef2f7;
}

.qepro-product-chip {
  position: absolute;
  left: 20px;
  top: 20px;
  transform: none;
  background: #fffdf9;
  color: #ef8f2f;
  border: 1px solid #ef8f2f;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
  max-width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
 z-index: 3;
}

.qepro-product-card-body {
  padding: 8px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.qepro-product-card-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.qepro-products-wrap .qepro-product-card .qepro-product-card-title {
  font-size: 16px;
  margin: 0;
  line-height: 1.3;
}

.qepro-product-card-title a {
  color: #111827;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-transform: uppercase;
}

.qepro-products-wrap .qepro-product-card-title a {
  color: #111827;
}

.qepro-product-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.qepro-stars {
  color: #f59e0b;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.4px;
}

.qepro-rating-text {
  color: #6b7280;
  font-size: 14px;
  line-height: 1;
}

.qepro-enquiry-btn {
  margin-top: auto;
  background: var(--qe-btn-main, #f89935);
  border-color: var(--qe-btn-main, #f89935);
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 12px;
  width: 100%;
  height: 44px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  position: relative;
  isolation: isolate;
  transition: transform 0.45s ease;
}

.qepro-enquiry-btn:hover,
.qepro-enquiry-btn:focus,
.qepro-enquiry-btn:focus-visible {
  color: #ffffff;
  transform: scale(1.06);
}

.qepro-enquiry-btn::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.qepro-enquiry-btn:hover::after,
.qepro-enquiry-btn:focus::after,
.qepro-enquiry-btn:focus-visible::after {
  height: 250%;
  transition: all 300ms linear !important;
  background-color: transparent;
}

/* Reusable class for Elementor buttons (Advanced > CSS Classes) */
.qepro-elementor-enquiry-btn,
.qepro-elementor-enquiry-btn.elementor-button,
.qepro-elementor-enquiry-btn.elementskit-btn {
  background: var(--qe-btn-main, #f89935) !important;
  border: 1px solid transparent !important;
  border-color: var(--qe-btn-main, #f89935) !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  min-height: 44px;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  transition: transform 0.45s ease;
}

.qepro-elementor-enquiry-btn:hover,
.qepro-elementor-enquiry-btn:focus,
.qepro-elementor-enquiry-btn:focus-visible {
  color: #ffffff !important;
  transform: scale(1.06);
}

.qepro-elementor-enquiry-btn::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.qepro-elementor-enquiry-btn:hover::after,
.qepro-elementor-enquiry-btn:focus::after,
.qepro-elementor-enquiry-btn:focus-visible::after {
  height: 250%;
  transition: all 300ms linear !important;
  background-color: transparent;
}

.qepro-elementor-enquiry-btn i,
.qepro-elementor-enquiry-btn .elementor-button-text,
.qepro-elementor-enquiry-btn .elementor-button-icon,
.qepro-elementor-enquiry-btn .elementor-button-content-wrapper {
  position: relative;
  z-index: 2;
  color: #ffffff !important;
}

/* Services page buttons -> match Enquire Now button style */
body.page-id-4488 .elementor-page-4488 a.elementor-button,
body.page-id-4488 .elementor-page-4488 a.elementskit-btn {
  background: var(--qe-btn-main, #f89935) !important;
  border: 1px solid transparent !important;
  border-color: var(--qe-btn-main, #f89935) !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  min-height: 44px;
  padding: 0 18px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform 0.45s ease;
}

body.page-id-4488 .elementor-page-4488 a.elementor-button:hover,
body.page-id-4488 .elementor-page-4488 a.elementor-button:focus,
body.page-id-4488 .elementor-page-4488 a.elementor-button:focus-visible,
body.page-id-4488 .elementor-page-4488 a.elementskit-btn:hover,
body.page-id-4488 .elementor-page-4488 a.elementskit-btn:focus,
body.page-id-4488 .elementor-page-4488 a.elementskit-btn:focus-visible {
  color: #ffffff !important;
  transform: scale(1.06);
}

body.page-id-4488 .elementor-page-4488 a.elementor-button::after,
body.page-id-4488 .elementor-page-4488 a.elementskit-btn::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

body.page-id-4488 .elementor-page-4488 a.elementor-button:hover::after,
body.page-id-4488 .elementor-page-4488 a.elementor-button:focus::after,
body.page-id-4488 .elementor-page-4488 a.elementor-button:focus-visible::after,
body.page-id-4488 .elementor-page-4488 a.elementskit-btn:hover::after,
body.page-id-4488 .elementor-page-4488 a.elementskit-btn:focus::after,
body.page-id-4488 .elementor-page-4488 a.elementskit-btn:focus-visible::after {
  height: 250%;
  transition: all 300ms linear !important;
  background-color: transparent;
}

body.page-id-4488 .elementor-page-4488 a.elementor-button > span,
body.page-id-4488 .elementor-page-4488 a.elementor-button i,
body.page-id-4488 .elementor-page-4488 a.elementskit-btn i {
  position: relative;
  z-index: 2;
  color: #ffffff !important;
}

body.page-id-4488 .elementor-page-4488 a.elementskit-btn i {
  margin-right: 8px;
}

.qepro-pagination {
  margin-top: 16px;
  display: flex;
  gap: 8px;
}

.qepro-page {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 6px 10px;
  text-decoration: none;
  color: #111827;
}

.qepro-page.is-active {
  background: #111827;
  color: #fff;
}

.qepro-product-single {
  border: 1px solid rgba(31, 41, 55, 0.14);
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}

.qepro-product-short-description {
  margin: 6px 0 12px;
  color: #334155;
}

.qepro-product-short-description p {
  margin: 0 0 8px;
}

.qepro-product-meta {
  margin: 0 0 12px;
}

.qepro-product-meta p {
  margin: 0 0 6px;
}

.qepro-product-single-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 18px;
  align-items: flex-start;
}

.qepro-product-main-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 10px;
}

.qepro-product-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 8px;
  margin-bottom: 12px;
}

.qepro-gallery-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

.qepro-product-form-panel .qepro-form-wrap {
  max-width: 100%;
}

.qepro-product-form-panel .qepro-actions {
  margin-top: 18px;
  padding: 8px 6px 6px;
  gap: 8px;
  flex-wrap: nowrap;
}

.qepro-product-form-panel .qepro-actions .qepro-btn {
  min-height: 40px;
  padding: 9px 12px;
  font-size: 12px;
  flex: 1 1 0;
  min-width: 0;
}

.qepro-product-rating-row-single {
  margin-top: 4px;
}

.qepro-review-section {
  margin-top: 24px;
  border-top: 1px solid #e5e7eb;
  padding-top: 18px;
}

.qepro-review-section h3 {
  margin: 0 0 12px;
}

.qepro-review-notice {
  margin-bottom: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
}

.qepro-review-notice.is-success {
  background: #e8f6ee;
  color: #176a38;
}

.qepro-review-notice.is-error {
  background: #fce8e8;
  color: #9f1d1d;
}

.qepro-review-empty {
  margin: 0 0 12px;
  color: #6b7280;
}

.qepro-review-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.qepro-review-list-col,
.qepro-review-form-col {
  min-width: 0;
}

.qepro-review-list {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.qepro-review-list.is-collapsible .qepro-review-item.is-collapsed {
  display: none;
}

.qepro-review-list.is-expanded .qepro-review-item.is-collapsed {
  display: block;
}

.qepro-review-item {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px;
  background: #fff;
}

.qepro-review-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 6px;
}

.qepro-review-item p {
  margin: 0 0 6px;
}

.qepro-review-item small {
  color: #6b7280;
}

.qepro-product-page .qepro-review-more {
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  border: none !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  min-height: auto !important;
  height: auto !important;
  margin: 0;
  padding: 0 !important;
  cursor: pointer;
  color: var(--qe-btn-main, #f89935) !important;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.qepro-product-page .qepro-review-more:hover,
.qepro-product-page .qepro-review-more:focus,
.qepro-product-page .qepro-review-more:focus-visible {
  color: var(--qe-btn-gradient, #ef6723) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  transform: none !important;
}

.qepro-review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.qepro-review-form {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 14px;
}

.qepro-review-rating-label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
}

.qepro-review-stars {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  border: 0;
}

.qepro-review-stars input[type='radio'] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.qepro-review-stars label {
  cursor: pointer;
  color: #d1d5db;
  font-size: 30px;
  line-height: 1;
  transition: color 160ms ease, transform 160ms ease;
}

.qepro-review-stars label::before {
  content: '★';
}

.qepro-review-stars label:hover,
.qepro-review-stars label:hover ~ label,
.qepro-review-stars input[type='radio']:checked ~ label {
  color: #f59e0b;
}

.qepro-review-stars input[type='radio']:focus-visible + label {
  outline: 2px solid rgba(245, 158, 11, 0.35);
  outline-offset: 2px;
  border-radius: 4px;
}

.qepro-review-stars label:active {
  transform: scale(0.95);
}

.qepro-review-form .qepro-btn {
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 8px;
}

@media (max-width: 980px) {
  .qepro-review-layout {
    grid-template-columns: 1fr;
  }
}

.qepro-cart-wrap {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  padding: 16px;
  position: relative;
}

/* Keep virtual /products route aligned with normal theme content width */
.qepro-products-virtual-page {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0 26px;
  box-sizing: border-box;
}

.qepro-products-virtual-page .qepro-products-wrap {
  max-width: 100%;
}

.qepro-cart-toast {
  position: fixed;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  background: #111827;
  color: #fff;
  padding: 10px 16px;
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
  z-index: 9999;
  font-size: 13px;
  animation: qeproToast 3.6s ease forwards;
}

@keyframes qeproToast {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
  }

  12%,
  80% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(12px);
  }
}

.qepro-cart-head {
  border-bottom: 1px solid #e5e7eb;
  margin: -16px -16px 16px;
  padding: 12px 16px;
}

.qepro-cart-head h2 {
  margin: 0;
  font-size: 40px;
  line-height: 1.2;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.qepro-cart-head h2 span {
  color: #6b7280;
  font-size: 22px;
  font-weight: 500;
}

.qepro-cart-empty {
  margin: 0 0 12px;
  color: #6b7280;
}

.qepro-cart-layout {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 20px;
}

.qepro-cart-main {
  min-width: 0;
}

.qepro-cart-list {
  display: grid;
  gap: 12px;
}

.qepro-cart-item {
  border: 1px solid #d8dee7;
  border-radius: 14px;
  padding: 12px;
  display: grid;
  grid-template-columns: 110px 1fr auto;
  gap: 14px;
  align-items: center;
}

.qepro-cart-thumb {
  width: 110px;
  height: 110px;
  border-radius: 10px;
  background: #ebedef;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qepro-cart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.qepro-cart-content h4 {
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.2;
}

.qepro-cart-sku {
  margin: 0 0 8px;
  color: #6b7280;
  font-size: 14px;
}

.qepro-cart-mini-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.qepro-cart-mini-rating .qepro-stars {
  font-size: 16px;
}

.qepro-cart-mini-rating .qepro-rating-text {
  font-size: 14px;
}

.qepro-cart-item-meta {
  text-align: right;
  display: grid;
  gap: 10px;
}

.qepro-cart-price {
  margin: 0;
  font-size: 34px;
  font-weight: 800;
  color: var(--qe-primary);
}

.qepro-cart-price-na {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
}

.qepro-cart-remove {
  text-decoration: none;
  color: #dc2626;
  font-size: 13px;
  font-weight: 700;
}

.qepro-cart-continue {
  display: inline-flex;
  margin-top: 12px;
  text-decoration: none;
  color: #64748b;
  font-weight: 600;
}

.qepro-cart-side {
  min-width: 0;
}

.qepro-cart-order-card {
  border: 1px solid #d8dee7;
  border-radius: 14px;
  background: #f8fafc;
  padding: 14px;
  display: grid;
  gap: 12px;
}

.qepro-cart-order-card h3 {
  margin: 0;
  font-size: 30px;
}

.qepro-summary-row,
.qepro-summary-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.qepro-summary-row span {
  color: #64748b;
  font-size: 14px;
}

.qepro-summary-row strong {
  font-size: 24px;
}

.qepro-summary-total {
  border-top: 1px solid #d8dee7;
  padding-top: 12px;
}

.qepro-summary-total span {
  font-size: 20px;
  font-weight: 700;
}

.qepro-summary-total strong {
  font-size: 44px;
  line-height: 1;
}

.qepro-cart-enquiry-now {
  background: var(--qe-btn-bg, linear-gradient(180deg, var(--qe-btn-main), var(--qe-btn-gradient)));
  color: var(--qe-btn-font);
  min-height: 44px;
  box-shadow: 0 8px 18px rgba(239, 103, 35, 0.2);
}

.qepro-cart-quote-btn {
  background: var(--qe-btn-bg, linear-gradient(180deg, var(--qe-btn-main), var(--qe-btn-gradient)));
  color: var(--qe-btn-font);
  min-height: 44px;
  box-shadow: 0 8px 18px rgba(239, 103, 35, 0.2);
}

.qepro-cart-clear-link {
  text-align: center;
  color: #64748b;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
}

.qepro-cart-request-note {
  margin: 0;
  color: #475569;
  font-size: 14px;
}

.qepro-cart-inline-form .qepro-form-wrap,
.qepro-cart-form-wrap .qepro-form-wrap {
  max-width: 100%;
}

.qepro-cart-form-wrap {
  margin-top: 18px;
  border: 1px solid #d8dee7;
  border-radius: 14px;
  background: #f8fafc;
  padding: 12px;
}

@media (max-width: 1199px) {
  .qepro-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qepro-categories-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .qepro-product-card-title {
    font-size: 16px;
  }

  .qepro-rating-text {
    font-size: 13px;
  }

  .qepro-cart-head h2 {
    font-size: 32px;
  }

  .qepro-cart-head h2 span {
    font-size: 18px;
  }

  .qepro-summary-total strong {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .qepro-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qepro-categories-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qepro-product-single-layout,
  .qepro-cart-layout {
    grid-template-columns: 1fr;
  }

  .qepro-product-thumb {
    min-height: 210px;
  }

  .qepro-product-thumb img {
    height: 190px;
  }

  .qepro-cart-item {
    grid-template-columns: 86px 1fr;
  }

  .qepro-cart-item-meta {
    grid-column: 1 / -1;
    text-align: left;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .qepro-cart-thumb {
    width: 86px;
    height: 86px;
  }
}

@media (max-width: 640px) {
  .qepro-products-filter {
    flex-direction: column;
    align-items: stretch;
  }

  .qepro-products-grid {
    grid-template-columns: 1fr;
  }

  .qepro-categories-grid {
    grid-template-columns: 1fr;
  }

  .qepro-product-thumb-link {
    padding: 14px 14px 8px;
  }

  .qepro-product-chip {
    left: 20px;
    top: 20px;
    max-width: calc(100% - 40px);
  }

  .qepro-rating-text {
    font-size: 13px;
  }

  .qepro-stars {
    font-size: 17px;
  }

  .qepro-enquiry-btn {
    font-size: 13px;
    min-height: 44px;
  }

  .qepro-actions {
    gap: 6px;
  }

  .qepro-actions .qepro-btn {
    font-size: 11px;
    padding: 8px 6px;
  }

  .qepro-review-grid {
    grid-template-columns: 1fr;
  }

  .qepro-cart-head h2 {
    font-size: 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .qepro-cart-head h2 span {
    font-size: 14px;
  }

  .qepro-cart-content h4 {
    font-size: 18px;
  }

  .qepro-cart-price {
    font-size: 24px;
  }

  .qepro-summary-total strong {
    font-size: 28px;
  }

  .qepro-cart-toast {
    bottom: 22px;
    max-width: calc(100vw - 30px);
    text-align: center;
  }
}

/* Single product exact-style layout tuning */
.qepro-product-shell {
  border: none;
  border-radius: 0;
  padding: 0;
  background: transparent;
  max-width: 100%;
  overflow-x: hidden;
}

.qepro-product-page {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  background: #fff;
  padding: 14px;
  max-width: 100%;
  overflow-x: hidden;
}

/* Keep breadcrumb separator rendering consistent across file encodings */
.qepro-breadcrumb-item + .qepro-breadcrumb-item::before {
  content: '\203A';
}

.qepro-product-page,
.qepro-product-page * {
  font-family: var(--qe-font);
}

.qepro-product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.4;
}

.qepro-breadcrumb-item {
  display: inline-flex;
  align-items: center;
}

.qepro-breadcrumb-item+.qepro-breadcrumb-item::before {
  content: '›';
  display: inline-block;
  margin: 0 3px;
  color: #8b95a1;
  font-size: 20px;
  line-height: 1;
}

.qepro-breadcrumb-item a,
.qepro-breadcrumb-item span {
  display: inline-flex;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.qepro-product-page .qepro-breadcrumb-item a {
  color: inherit;
}

.qepro-breadcrumb-item.is-current span {
  color: #111827;
  font-weight: 500;
}

.qepro-product-top {
  display: grid;
  grid-template-columns: minmax(0, 370px) minmax(0, 1fr) minmax(0, 350px);
  gap: 16px;
  align-items: flex-start;
  min-width: 0;
}

.qepro-product-media {
  min-width: 0;
}

.qepro-product-main-image {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  min-height: 0;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  overflow: hidden;
  position: relative;
  cursor: zoom-in;
}

.qepro-gallery-zoom {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #111827;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  box-shadow: none;
  transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.qepro-gallery-zoom svg {
  width: 18px;
  height: 18px;
  display: block;
}

.qepro-gallery-zoom:hover {
  background: transparent;
  transform: none;
  box-shadow: none;
}

.qepro-product-main-image img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  margin: 0;
  transition: opacity 180ms ease;
}

.qepro-product-image-placeholder {
  width: 120px;
  height: 94px;
  border: 2px solid #c3c8d1;
  border-radius: 8px;
}

.qepro-product-page .qepro-product-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max(62px, calc((100% - 24px) / 4));
  gap: 8px;
  margin-top: 10px;
  margin-bottom: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 2px;
}

.qepro-product-page .qepro-product-gallery::-webkit-scrollbar {
  height: 6px;
}

.qepro-product-page .qepro-product-gallery::-webkit-scrollbar-thumb {
  background: rgba(148, 163, 184, 0.7);
  border-radius: 999px;
}

.qepro-product-page .qepro-product-gallery::-webkit-scrollbar-track {
  background: transparent;
}

.qepro-gallery-item {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
  scroll-snap-align: start;
}

.qepro-product-page .qepro-gallery-item,
.qepro-product-page .qepro-gallery-item:hover,
.qepro-product-page .qepro-gallery-item:active {
  -webkit-appearance: none;
  appearance: none;
  background: #ffffff !important;
  background-image: none !important;
  border: 1px solid #d1d5db !important;
  box-shadow: none !important;
}

.qepro-gallery-item.is-active {
  border-color: var(--qe-btn-main, #f89935);
  box-shadow: 0 0 0 1px rgba(248, 153, 53, 0.22);
}

.qepro-product-page .qepro-gallery-item.is-active {
  border-color: var(--qe-btn-main, #f89935) !important;
  box-shadow: 0 0 0 1px rgba(248, 153, 53, 0.22) !important;
}

.qepro-gallery-item:hover {
  transform: none;
  border-color: #cbd5e1;
}

.qepro-gallery-item:focus-visible,
.qepro-gallery-nav:focus-visible,
.qepro-gallery-zoom:focus-visible,
.qepro-gallery-lightbox-close:focus-visible,
.qepro-gallery-lightbox-nav:focus-visible {
  outline: 2px solid #9ca3af;
  outline-offset: 2px;
}

.qepro-gallery-item img {
  width: 100%;
  height: 62px;
  object-fit: cover;
  background: transparent;
  display: block;
}

.qepro-gallery-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 999px;
  background: transparent;
  color: #111827;
  font-size: 24px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}

.qepro-product-page .qepro-gallery-nav,
.qepro-product-page .qepro-gallery-zoom {
  background: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #111827 !important;
}

.qepro-gallery-nav.is-prev {
  left: 10px;
}

.qepro-gallery-nav.is-next {
  right: 10px;
}

body.qepro-lightbox-open {
  overflow: hidden;
}

.qepro-gallery-lightbox {
  position: fixed;
  inset: 0;
  background: rgb(0 0 0 / 80%);
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 26px;
}

.qepro-gallery-lightbox.is-open {
  display: flex;
}

.qepro-gallery-lightbox-frame {
  width: min(92vw, 980px);
  max-height: 90vh;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
}

.qepro-gallery-lightbox-frame img {
  width: 100%;
  height: auto;
  max-height: 90vh;
  object-fit: contain;
  display: block;
}

.qepro-gallery-lightbox-close {
      position: absolute;
    top: 16px;
    right: 16px;
    border: none;
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}

.qepro-gallery-lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 58px;
    height: 58px;
    border-radius: 999px;
    background: transparent !important;
    color: #ffffff !important;
    font-size: 44px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.qepro-gallery-lightbox-nav.is-prev {
  left: 18px;
}

.qepro-gallery-lightbox-nav.is-next {
  right: 18px;
}

.qepro-gallery-lightbox-counter {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  margin: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.75);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

.qepro-product-main {
  min-width: 0;
}

.qepro-product-title {
 margin: 0 0 8px;
    font-size: 28px !important;
    line-height: 1.2 !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    color: #141348 !important;
}

.qepro-product-page .qepro-product-rating-row {
  margin-bottom: 10px;
  gap: 6px;
}

.qepro-product-page .qepro-stars {
  font-size: 16px;
  letter-spacing: 0.5px;
}

.qepro-product-page .qepro-rating-text {
  font-size: 13px;
  color: #6b7280;
}

.qepro-product-short-description {
  margin: 0 0 8px;
  color: #374151;
  font-size: 14px;
  line-height: 1.6;
}

.qepro-product-short-description p {
  margin: 0 0 8px;
}

.qepro-product-meta {
  margin: 0 0 12px;
  display: grid;
  gap: 8px;
}

.qepro-product-meta p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.qepro-meta-category-links {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.qepro-meta-category-links a,
.qepro-meta-category-links span {
  display: inline-flex;
  align-items: center;
  color: #111827;
  text-decoration: none;
  font-weight: 500;
}

.qepro-meta-category-links a:hover,
.qepro-meta-category-links a:focus,
.qepro-meta-category-links a:focus-visible {
  color: var(--qe-btn-main, #f89935);
  text-decoration: underline;
  text-underline-offset: 2px;
  outline: none;
}

.qepro-meta-category-sep {
  color: #9ca3af;
  font-size: 12px;
  line-height: 1;
}

.qepro-product-assurance {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.qepro-assurance-item {
  padding: 10px 8px;
  text-align: center;
  border-right: 1px solid #e5e7eb;
  background: #F8FAFC;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qepro-assurance-item:last-child {
  border-right: none;
}

.qepro-assurance-icon {
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 6px;
  color: var(--qe-btn-main, #f89935);
  background: #fff7ed;
}

.qepro-assurance-icon svg {
  width: 17px;
  height: 17px;
  display: block;
}

.qepro-assurance-item.is-safe .qepro-assurance-icon {
  background: #dbf3f4;
  color: #0f766e;
}

.qepro-assurance-item.is-return .qepro-assurance-icon {
  background: #e4f0ff;
  color: #2563eb;
}

.qepro-assurance-item.is-trusted .qepro-assurance-icon {
  background: #ddfeea;
  color: #15803d;
}

.qepro-assurance-item.is-quality .qepro-assurance-icon {
  background: #fcefe0;
  color: #f59e0b;
}

.qepro-assurance-item strong {
  display: block;
  font-size: 12px;
  color: #111827;
  margin-bottom: 2px;
}

.qepro-assurance-item .qepro-assurance-text {
  display: block;
  font-size: 11px;
  color: #4b5563;
  line-height: 1.3;
}

.qepro-product-side {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.qepro-product-side-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #F8FAFC;
  padding: 14px;
}

.qepro-product-page .qepro-product-side-card h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
font-weight: 600 !important;
    text-transform: uppercase;
    color: #141348 !important;
}

.qepro-side-price {
  margin: 0 0 12px;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.1;
  color: #111827;
}

.qepro-side-price-na {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #4b5563;
}

.qepro-side-cart-btn,
.qepro-side-secondary-btn,
.qepro-side-form-wrap .qepro-actions .qepro-btn {
  min-height: 44px;
  height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: var(--qe-btn-main, #f89935);
  border-color: var(--qe-btn-main, #f89935);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.05;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 10px 18px rgba(239, 103, 35, 0.22);
  transition: transform 0.45s ease;
}

.qepro-side-cart-btn,
.qepro-side-secondary-btn {
  width: 100%;
}

.qepro-side-cart-btn:hover,
.qepro-side-cart-btn:focus,
.qepro-side-cart-btn:focus-visible,
.qepro-side-secondary-btn:hover,
.qepro-side-secondary-btn:focus,
.qepro-side-secondary-btn:focus-visible,
.qepro-side-form-wrap .qepro-actions .qepro-btn:hover,
.qepro-side-form-wrap .qepro-actions .qepro-btn:focus,
.qepro-side-form-wrap .qepro-actions .qepro-btn:focus-visible {
  color: #ffffff !important;
  transform: scale(1.06);
}

.qepro-side-cart-btn::after,
.qepro-side-secondary-btn::after,
.qepro-side-form-wrap .qepro-actions .qepro-btn::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.qepro-side-cart-btn:hover::after,
.qepro-side-cart-btn:focus::after,
.qepro-side-cart-btn:focus-visible::after,
.qepro-side-secondary-btn:hover::after,
.qepro-side-secondary-btn:focus::after,
.qepro-side-secondary-btn:focus-visible::after,
.qepro-side-form-wrap .qepro-actions .qepro-btn:hover::after,
.qepro-side-form-wrap .qepro-actions .qepro-btn:focus::after,
.qepro-side-form-wrap .qepro-actions .qepro-btn:focus-visible::after {
  height: 250%;
  transition: all 300ms linear !important;
  background-color: transparent;
}

.qepro-buy-now-card p {
  margin: 0 0 10px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.5;
}

.qepro-side-form-wrap .qepro-form-wrap {
  max-width: 100%;
  border: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.qepro-side-form-wrap .qepro-form-title {
  display: none;
}

.qepro-side-form-wrap .qepro-field {
  margin-bottom: 10px;
}

.qepro-side-form-wrap .qepro-field label {
  font-size: 12px;
  margin-bottom: 4px;
}

.qepro-side-form-wrap .qepro-field input,
.qepro-side-form-wrap .qepro-field textarea,
.qepro-side-form-wrap .qepro-field select {
  font-size: 13px;
  padding: 8px 10px;
}

.qepro-side-form-wrap .qepro-field-float > label {
  left: 12px;
  font-size: 13px;
  margin: 0;
}

.qepro-side-form-wrap .qepro-field-float.qepro-field-textarea > label {
  top: 16px;
}

.qepro-side-form-wrap .qepro-field-float > input,
.qepro-side-form-wrap .qepro-field-float > textarea {
  padding-top: 18px;
}

.qepro-side-form-wrap .qepro-field-float.is-floating > label {
  top: 8px;
  font-size: 11px;
  color: #141348;
}

.qepro-side-form-wrap .qepro-actions {
  margin-top: 10px;
  padding: 0;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 10px;
}

.qepro-side-form-wrap .qepro-btn {
  min-height: 44px;
  padding: 0 18px;
  font-size: 14px;
}

.qepro-side-form-wrap .qepro-actions .qepro-btn {
  width: 100%;
  flex: 0 0 auto;
}

.qepro-side-form-wrap .qepro-actions .qepro-btn {
  gap: 8px;
}

.qepro-side-form-wrap .qepro-actions .qepro-btn-primary {
  background: #141348 !important;
  border-color: #141348 !important;
  box-shadow: 0 10px 18px rgba(20, 19, 72, 0.26) !important;
}

.qepro-side-form-wrap .qepro-actions .qepro-btn-whatsapp {
  background: #25d366 !important;
  border-color: #25d366 !important;
  box-shadow: 0 10px 18px rgba(37, 211, 102, 0.26) !important;
}

.qepro-side-form-wrap .qepro-actions .qepro-btn-primary:hover,
.qepro-side-form-wrap .qepro-actions .qepro-btn-primary:focus,
.qepro-side-form-wrap .qepro-actions .qepro-btn-primary:focus-visible {
  background: #141348 !important;
  border-color: #141348 !important;
}

.qepro-side-form-wrap .qepro-actions .qepro-btn-whatsapp:hover,
.qepro-side-form-wrap .qepro-actions .qepro-btn-whatsapp:focus,
.qepro-side-form-wrap .qepro-actions .qepro-btn-whatsapp:focus-visible {
  background: #25d366 !important;
  border-color: #25d366 !important;
}

.qepro-side-form-wrap .qepro-actions .qepro-btn-primary::before,
.qepro-side-form-wrap .qepro-actions .qepro-btn-whatsapp::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  position: relative;
  z-index: 2;
  flex: 0 0 16px;
}

.qepro-side-form-wrap .qepro-actions .qepro-btn-primary::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2L11 13'/%3E%3Cpath d='M22 2L15 22L11 13L2 9L22 2Z'/%3E%3C/svg%3E");
}

.qepro-side-form-wrap .qepro-actions .qepro-btn-whatsapp::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 11.9a8 8 0 0 1-11.6 7.1L4 20l1-4.3A8 8 0 1 1 20 11.9Z' fill='none' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.1 8.9c-.2-.4-.4-.5-.7-.5h-.5c-.3 0-.6.1-.8.4-.3.3-.8.9-.8 2.1s.8 2.4 1 2.6c.1.2 1.7 2.6 4.2 3.6 2 .8 2.5.7 3 .6.6-.2 1.7-.8 1.9-1.5.2-.7.2-1.2.1-1.4-.1-.1-.5-.2-.9-.4s-.9-.4-1.3-.2c-.3.2-.6.5-.8.8-.2.2-.5.2-.8.1-.3-.2-1.5-.6-2.8-1.9-1-1.1-1.6-2.3-1.8-2.6s0-.5.1-.6c.1-.1.2-.3.4-.4.1-.2.2-.3.3-.5.1-.2 0-.4-.1-.6Z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.qepro-product-tabs {
  margin-top: 22px;
  border-top: 1px solid #eceff4;
  padding-top: 18px;
  padding-bottom: 6px;
}

.qepro-product-tab-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 2px 0 8px;
}

.qepro-product-page .qepro-tab-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px !important;
  height: 44px;
  padding: 0 22px !important;
  border-radius: 12px;
  background: #fff7ed !important;
  color: #ef8f2f !important;
  border: 1px solid #ef8f2f !important;
  cursor: pointer;
  font-size: 14px !important;
  font-weight: 600;
  text-transform: uppercase !important;
  line-height: 1 !important;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 2px 8px rgba(239, 143, 47, 0.16);
  transition: transform 0.45s ease;
}

.qepro-product-page .qepro-tab-chip:hover,
.qepro-product-page .qepro-tab-chip:focus,
.qepro-product-page .qepro-tab-chip:focus-visible {
  transform: scale(1.06);
  outline: 2px solid rgba(239, 143, 47, 0.35);
  outline-offset: 2px;
}

.qepro-product-page .qepro-tab-chip::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.qepro-product-page .qepro-tab-chip:hover::after,
.qepro-product-page .qepro-tab-chip:focus::after,
.qepro-product-page .qepro-tab-chip:focus-visible::after {
  height: 250%;
  transition: all 300ms linear !important;
  background-color: transparent;
}

.qepro-product-page .qepro-tab-chip.is-active {
  background: var(--qe-btn-main, #f89935) !important;
  color: #ffffff !important;
  border-color: var(--qe-btn-main, #f89935) !important;
  box-shadow: 0 10px 18px rgba(239, 103, 35, 0.22);
}

.qepro-product-tab-panel {
  display: none;
  padding: 5%;
  background: #fff;

  border-radius: 14px;
}

.qepro-product-tab-panel.is-active {
  display: block;
}

.qepro-product-description {
  margin-top: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.75;
}

.qepro-product-description p {
  margin: 0 0 10px;
}

.qepro-product-page .qepro-review-section {
  margin-top: 20px;
  border-top: 1px solid #eceff4;
  padding-top: 14px;
}

.qepro-product-page .qepro-review-section h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.qepro-product-page .qepro-review-item {
  border-radius: 8px;
  padding: 10px;
}

.qepro-product-page .qepro-review-item p {
  font-size: 13px;
}

.qepro-product-page .qepro-review-item small {
  font-size: 11px;
}

.qepro-product-page .qepro-review-form {
  padding: 12px;
}

.qepro-product-page .qepro-review-form .qepro-field label {
  font-size: 12px;
}

.qepro-product-page .qepro-review-form .qepro-review-stars label {
  font-size: 30px;
  line-height: 1;
}

.qepro-product-page .qepro-review-form .qepro-field input,
.qepro-product-page .qepro-review-form .qepro-field textarea,
.qepro-product-page .qepro-review-form .qepro-field select {
  font-size: 13px;
  padding: 8px 10px;
}

.qepro-product-page .qepro-review-form .qepro-field:focus-within label {
  color: var(--qe-btn-main, #f89935);
}

.qepro-product-page .qepro-review-form .qepro-field input:focus,
.qepro-product-page .qepro-review-form .qepro-field textarea:focus,
.qepro-product-page .qepro-review-form .qepro-field select:focus,
.qepro-product-page .qepro-review-form .qepro-field input:focus-visible,
.qepro-product-page .qepro-review-form .qepro-field textarea:focus-visible,
.qepro-product-page .qepro-review-form .qepro-field select:focus-visible {
  border-color: var(--qe-btn-main, #f89935) !important;
  box-shadow: 0 0 0 3px rgba(248, 153, 53, 0.2) !important;
  outline: none !important;
}

.qepro-product-page .qepro-review-form .qepro-btn.qepro-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid transparent;
  background: var(--qe-btn-main, #f89935);
  border-color: var(--qe-btn-main, #f89935);
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.05;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-shadow: 0 10px 18px rgba(239, 103, 35, 0.22);
  transition: transform 0.45s ease;
}

.qepro-product-page .qepro-review-form .qepro-btn.qepro-btn-primary:hover,
.qepro-product-page .qepro-review-form .qepro-btn.qepro-btn-primary:focus,
.qepro-product-page .qepro-review-form .qepro-btn.qepro-btn-primary:focus-visible {
  color: #ffffff !important;
  transform: scale(1.06);
}

.qepro-product-page .qepro-review-form .qepro-btn.qepro-btn-primary::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
  pointer-events: none;
}

.qepro-product-page .qepro-review-form .qepro-btn.qepro-btn-primary:hover::after,
.qepro-product-page .qepro-review-form .qepro-btn.qepro-btn-primary:focus::after,
.qepro-product-page .qepro-review-form .qepro-btn.qepro-btn-primary:focus-visible::after {
  height: 250%;
  transition: all 300ms linear !important;
  background-color: transparent;
}

.qepro-related-products {
  margin-top: 20px;
  border-top: 1px solid #eceff4;
  padding-top: 14px;
}

.qepro-related-products h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.3;
}

.qepro-related-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.qepro-product-page .qepro-related-grid .qepro-product-card {
  border-radius: 14px;
}

.qepro-product-page .qepro-related-grid .qepro-product-thumb {
  min-height: 170px;
  padding: 10px;
}

.qepro-product-page .qepro-related-grid .qepro-product-thumb img {
  height: 150px;
}

.qepro-product-page .qepro-related-grid .qepro-product-chip {
  left: 16px;
  top: 16px;
  max-width: calc(100% - 32px);
  font-size: 10px;
  padding: 6px 11px;
  box-shadow: 0 8px 16px rgba(15, 23, 42, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.qepro-product-page .qepro-related-grid .qepro-product-thumb-link {
  padding: 10px 10px 8px;
}

.qepro-product-page .qepro-related-grid .qepro-product-card-body {
  padding: 10px;
}

.qepro-product-page .qepro-related-grid .qepro-product-card-title {
  font-size: 14px;
}

.qepro-product-page .qepro-related-grid .qepro-product-card-title a {
  -webkit-line-clamp: 1;
}

.qepro-product-page .qepro-related-grid .qepro-product-rating-row {
  margin: 0;
}

.qepro-product-page .qepro-related-grid .qepro-stars {
  font-size: 12px;
  letter-spacing: 0;
}

.qepro-product-page .qepro-related-grid .qepro-rating-text {
  font-size: 11px;
}

.qepro-product-page .qepro-related-grid .qepro-product-price-group {
  min-height: 20px;
}

.qepro-product-page .qepro-related-grid .qepro-product-price {
  font-size: 20px;
  line-height: 1.1;
}

.qepro-product-price-na-card {
  font-size: 11px;
  color: #6b7280;
  font-weight: 600;
}

.qepro-product-page .qepro-related-grid .qepro-enquiry-btn {
  width: auto;
  min-height: 32px;
  height: 32px;
  border-radius: 999px;
  padding: 0 12px;
  box-shadow: none;
  font-size: 11px;
}

@media (max-width: 1100px) {
  .qepro-product-top {
    grid-template-columns: minmax(0, 320px) minmax(0, 1fr);
  }

  .qepro-product-side {
    grid-column: 1 / -1;
    grid-template-columns: 1fr;
  }

  .qepro-product-title {
    font-size: 26px;
  }

  .qepro-side-price {
    font-size: 30px;
  }

  .qepro-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .qepro-product-top {
    grid-template-columns: 1fr;
  }

  .qepro-product-side {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .qepro-products-virtual-page {
    width: calc(100% - 20px);
    padding: 10px 0 18px;
  }

  .qepro-product-page {
    padding: 12px;
  }

  .qepro-product-breadcrumb {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .qepro-breadcrumb-item+.qepro-breadcrumb-item::before {
    margin: 0 8px;
    font-size: 18px;
  }

  .qepro-product-top {
    grid-template-columns: 1fr;
  }

  .qepro-product-main-image {
    aspect-ratio: 1 / 1;
  }

  .qepro-product-main-image img {
    height: 100%;
  }

  .qepro-gallery-nav {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }

  .qepro-gallery-lightbox {
    padding: 16px;
  }

  .qepro-gallery-lightbox-nav {
    width: 50px;
    height: 50px;
    font-size: 36px;
  }

  .qepro-gallery-lightbox-close {
    width: 48px;
    height: 48px;
    font-size: 34px;
  }

  .qepro-gallery-lightbox-nav.is-prev {
    left: 8px;
  }

  .qepro-gallery-lightbox-nav.is-next {
    right: 8px;
  }

  .qepro-product-title {
    font-size: 24px;
  }

  .qepro-product-assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qepro-assurance-item:nth-child(2n) {
    border-right: none;
  }

  .qepro-product-side {
    grid-template-columns: 1fr;
  }

  .qepro-side-price {
    font-size: 24px;
  }

  .qepro-related-grid {
    grid-template-columns: 1fr;
  }
}

/* Archive page mobile-first refinements */
@media (max-width: 991px) {
  .qepro-products-wrap .qepro-products-filter input,
  .qepro-products-wrap .qepro-products-filter select {
    flex: 1 1 calc(50% - 6px);
  }

  .qepro-products-wrap .qepro-products-filter .qepro-btn {
    flex: 1 1 100%;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .qepro-products-wrap .qepro-product-breadcrumb {
    font-size: 13px;
    margin-bottom: 12px;
    row-gap: 6px;
  }

  .qepro-products-wrap .qepro-breadcrumb-item + .qepro-breadcrumb-item::before {
    margin: 0 7px;
    font-size: 16px;
  }

  .qepro-products-wrap .qepro-products-filter {
    padding: 10px;
    border-radius: 14px;
    gap: 10px;
  }

  .qepro-products-wrap .qepro-products-filter input,
  .qepro-products-wrap .qepro-products-filter select,
  .qepro-products-wrap .qepro-products-filter .qepro-btn {
    flex: 1 1 100%;
    width: 100%;
  }

  .qepro-products-wrap .qepro-products-filter input {
    flex-basis: auto;
  }

  .qepro-products-wrap .qepro-products-filter .qepro-btn {
    height: 46px;
  }

  .qepro-products-wrap .qepro-products-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .qepro-products-wrap .qepro-product-card {
    border-radius: 12px;
  }

  .qepro-products-wrap .qepro-product-thumb-link {
    padding: 12px 12px 6px;
  }

  .qepro-products-wrap .qepro-product-thumb {
    min-height: 250px;
    padding: 12px;
  }

  .qepro-products-wrap .qepro-product-thumb img {
    height: 160px;
  }

  .qepro-products-wrap .qepro-product-chip {
    left: 12px;
    top: 12px;
    max-width: calc(100% - 24px);
  }

  .qepro-products-wrap .qepro-product-card-body {
    padding: 8px 12px 12px;
    gap: 8px;
  }

  .qepro-products-wrap .qepro-category-archive-title {
    font-size: 28px !important;
  }

  .qepro-products-wrap .qepro-subcat-strip {
    margin: 0 0 14px;
  }

  .qepro-products-wrap .qepro-subcat-track {
    gap: 10px;
  }

  .qepro-products-wrap .qepro-subcat-card {
    width: 96px;
  }
}

@media (max-width: 480px) {
  .qepro-products-virtual-page {
    width: calc(100% - 14px);
    padding: 8px 0 16px;
  }

  .qepro-products-wrap .qepro-product-breadcrumb {
    font-size: 12px;
  }

  .qepro-products-wrap .qepro-products-filter input,
  .qepro-products-wrap .qepro-products-filter select {
    min-height: 44px;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .qepro-products-wrap .qepro-products-filter input {
    padding-left: 40px;
    background-position: 12px center;
  }

  .qepro-products-wrap .qepro-products-filter select {
    padding-right: 38px;
    background-position: right 12px center;
  }

  .qepro-products-wrap .qepro-product-chip {
    padding: 7px 12px;
    font-size: 9px;
  }

  .qepro-products-wrap .qepro-enquiry-btn {
    font-size: 13px;
  }
}

/* Global responsive hardening for product archive + single product pages */
.qepro-products-wrap,
.qepro-products-grid,
.qepro-product-shell,
.qepro-product-page,
.qepro-product-top,
.qepro-product-main,
.qepro-product-side,
.qepro-product-tabs,
.qepro-product-tab-panel,
.qepro-related-grid,
.qepro-review-layout {
  min-width: 0;
}

.qepro-products-wrap img,
.qepro-product-shell img {
  max-width: 100%;
  height: auto;
}

.qepro-products-filter input,
.qepro-products-filter select {
  min-width: 0;
}

.qepro-product-main,
.qepro-product-short-description,
.qepro-product-description,
.qepro-product-meta p,
.qepro-review-item p,
.qepro-product-card-title a {
  overflow-wrap: anywhere;
}

.qepro-product-breadcrumb {
  row-gap: 6px;
}

@media (max-width: 1200px) {
  .qepro-product-top {
    grid-template-columns: minmax(0, 330px) minmax(0, 1fr) minmax(0, 320px);
    gap: 14px;
  }

  .qepro-products-wrap .qepro-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 1024px) {
  .qepro-products-wrap .qepro-products-filter input,
  .qepro-products-wrap .qepro-products-filter select {
    flex: 1 1 calc(50% - 6px);
  }

  .qepro-products-wrap .qepro-products-filter .qepro-btn {
    flex: 1 1 100%;
    width: 100%;
  }

  .qepro-products-wrap .qepro-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .qepro-review-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .qepro-product-top {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .qepro-product-page {
    padding: 12px;
  }

  .qepro-product-main-image {
    aspect-ratio: 1 / 1;
  }

  .qepro-product-tabs {
    margin-top: 18px;
    padding-top: 14px;
  }

  .qepro-product-tab-panel {
    padding: 12px;
    border-radius: 12px;
  }

  .qepro-product-page .qepro-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .qepro-product-page .qepro-tab-chip {
    width: calc(50% - 6px);
    min-width: 0;
    padding: 0 12px !important;
    font-size: 13px !important;
  }

  .qepro-product-title {
    font-size: 22px !important;
    line-height: 1.2 !important;
  }

  .qepro-products-wrap .qepro-category-archive-title {
    font-size: 26px !important;
  }

  .qepro-products-wrap .qepro-products-grid,
  .qepro-product-page .qepro-related-grid {
    grid-template-columns: 1fr;
  }

  .qepro-products-wrap .qepro-subcat-card {
    width: 94px;
  }
}

@media (max-width: 575px) {
  .qepro-product-page .qepro-tab-chip {
    width: 100%;
  }

  .qepro-product-assurance {
    grid-template-columns: 1fr;
  }

  .qepro-assurance-item {
    border-right: none;
    border-bottom: 1px solid #e5e7eb;
  }

  .qepro-assurance-item:last-child {
    border-bottom: none;
  }

  .qepro-products-wrap .qepro-products-filter {
    padding: 10px;
    gap: 10px;
  }

  .qepro-products-wrap .qepro-products-filter input,
  .qepro-products-wrap .qepro-products-filter select,
  .qepro-products-wrap .qepro-products-filter .qepro-btn {
    flex: 1 1 100%;
    width: 100%;
  }
}

/* Final breadcrumb separator override */
.qepro-breadcrumb-item + .qepro-breadcrumb-item::before {
  content: '\203A' !important;
}
