.site-header-cart {
  display: none !important;
}

.edit-link {
  display: none;
}

.qualified-yes {
  background-color: #eefdf3;
  border: 1px solid #c4fbdb;
  color: #008234;
  padding: 2px 7px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
}

.qualified-yes-icon {
  padding: 0 4px;
  background: #008234;
  color: #fff;
  border-radius: 10px;
}
.qualified-no {
  background-color: #fef3f2;
  border: 1px solid #fde4e2;
  color: #991b1b;
  padding: 2px 7px;
  border-radius: 5px;
  font-weight: 500;
  font-size: 12px;
}

.qualified-no-icon {
  padding: 0 4px;
  background: #991b1b;
  color: #fff;
  border-radius: 10px;
}
.custom-product-class {
    display: flex;
    margin-top: 40px;
    gap: 20px;
  }
  
  .custom-product-class.product:after,
  .custom-product-class.product::before {
    content: unset !important;
  }
  
  .custom-product-class .summary,
  .custom-product-class .woocommerce-tabs-custom {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 0 !important;
  }

  .custom-product-class .woocommerce-tabs-custom {
    flex: 1;
  }
  
  .variations-table-wrapper {
    display: flex;
    gap: 10px;
  }
  
  .variations-table-row {
    display: flex;
    flex-direction: column;
    gap: 3px;
    justify-content: space-between;
  }
  
  .custom-label {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #212529;
  }
  
  .variations-table-row .variations-table-body {
    color: #16225a;
    font-size: 16px;
    font-weight: 500;
    max-width: 100%;
  }
  
  .variations-horizontal-separator {
    width: 100%;
    height: 1px;
    background-color: #e0e0e0;
    margin: 50px 0;
  }
  
  .variation-table-separator {
    height: auto;
    background-color: #e0e0e0;
    width: 1px;
    margin: 0 20px;
  }
  
  .variation-table-separator:last-child {
    display: none;
  }
  
  .label-select select {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 500;
    color: #16225a;
  }
  
  .label-select {
    max-width: 100% !important;
    position: relative;
    width: 70%;
  }

  .variation-label {
    width: 100% !important;
  }
  
  .label-select .reset_variations {
    position: absolute;
    right: 0;
    top: -20px;
    color: #16225a;
    font-size: 12px;
    font-weight: 500;
  }
  
  .label-select-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .variations-table-row.select {
    width: 100% !important;
  }
  
  .reset_variations {
    color: #7a818e;
    font-size: 12px;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer;
  }
  
  .reset_variations:hover {
    font-weight: 600;
  }
  
  .custom-single-variation-wrap {
    margin-top: 50px;
  }
  
  .custom-single-variation-wrap-inner {
    display: flex;
    justify-content: space-between;
  }
  
  .price-wrap,
  .qty-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  
  .price-wrap .price-value {
    font-size: 24px;
    font-weight: 600;
    color: #010864;
  }
  
  .custom-single-variation-wrap-cart {
    margin-top: 20px;
  }
  
  .custom-single-variation-wrap-cart .basket-button {
    width: 100%;
    padding: 10px;
    border: 1px solid #343399;
    border-radius: 8px;
    background-color: #010864;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
  }
  
  .custom-single-variation-wrap-cart .basket-button:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }
  
  .woocommerce-tabs-custom .tabs {
    display: none;
  }
  
  .woocommerce-tabs-custom .entry-content {
    margin: 0;
  }
  
  .additional-information-custom-heading {
    font-size: 22px;
    font-weight: 500;
  }

  .entry-title {
    font-size: 22px !important;
    font-weight: 500 !important;
  }
  
  .additional-information-custom-heading.mb-0 {
    margin-bottom: 0 !important;
  }

  .custom-woocommerce-product-attributes {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #212529;
  }
  
  .custom-woocommerce-product-attributes p {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
  }
  
  .custom-woocommerce-product-attributes td {
    border-bottom: 1px solid #e0e0e0;
  }
  
  .custom-woocommerce-product-attributes tr:first-child td:first-child {
    border-top-left-radius: 8px;
  }
  
  .custom-woocommerce-product-attributes tr:first-child td:last-child {
    border-top-right-radius: 8px;
  }
  
  .custom-woocommerce-product-attributes tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
  }
  
  .custom-woocommerce-product-attributes tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
  }
  
  .custom-woocommerce-product-attributes tr:last-child td {
    border-bottom: none;
  }

  .product-attribute-label {
    display: table-cell;
    max-width: 300px;
  }

  .product-attribute-label .product-attribute-label-text {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .product-attribute-label .product-attribute-sub-text {
    font-size: 12px;
  }

  .product-attribute-tooltip {
    font-size: 10px;
    color: #212529;
    font-weight: 500;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #212529;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition:
      color 0.2s ease,
      border-color 0.2s ease,
      background-color 0.2s ease;
  }

  .product-attribute-tooltip:hover,
  .product-attribute-tooltip.is-active,
  .product-attribute-tooltip:focus-visible {
    color: #ffffff;
    border-color: #010864;
    background-color: #010864;
    outline: none;
  }

  .product-attribute-tooltip-floating {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    background-color: #ffffff;
    color: #212529;
    padding: 8px 10px;
    border-radius: 6px;
    min-width: 160px;
    max-width: min(300px, calc(100vw - 24px));
    width: max-content;
    text-align: left;
    line-height: 1.45;
    font-size: 12px;
    font-weight: 400;
    white-space: normal;
    z-index: 100010;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    pointer-events: auto;
  }

  .product-attribute-tooltip-floating::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -6px;
    transform: translateY(-50%);
    border-width: 6px 6px 6px 0;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
  }

  .product-attribute-tooltip-floating.is-left::before {
    left: auto;
    right: -6px;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #111827;
  }
  
  .label-select-options {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  
  .label-select-option,
  .label-select-option p {
    background-color: #e0e0e0;
    padding: 2px 7px;
    border-radius: 5px;
    font-size: 12px;
    color: #010864;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  
  .label-select-option p {
    padding: 0;
  }
  
  .custom-single-product-wrapper {
    margin-top: 40px;
  }
  
  .custom-single-product-wrapper .custom-single-product-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .custom-single-product-wrapper .custom-single-product-links button {
    border-radius: 40px;
    padding: 0 30px;
    height: 40px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    background-color: #010864;
    border: none;
    cursor: pointer;
  }
  
  .custom-single-product-wrapper .custom-single-product-links button.light {
    color: #343399;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #343399;
    font-size: 18px;
  }
  
  .custom-single-product-wrapper .custom-single-product-links button:hover {
    opacity: 0.8;
    transition: opacity 0.3s ease;
  }
  
  .custom-single-product-wrapper .custom-single-product-links button.light:hover {
    color: #ffffff;
    opacity: 1;
    background-color: #343399;
    transition: all 0.3s ease;
  }
  
  .custom-single-product-images .custom-product-figures {
    padding: 1.25rem clamp(1rem, 3vw, 2.5rem);
    background: linear-gradient(180deg, #eef3fb 0%, #e4ecfa 100%);
    position: relative;
    margin-top: 1rem;
    border-radius: 12px;
  }
  
  .custom-single-product-images .product-figure-image-wrapper {
    position: relative;
    max-width: 320px;
  }
  
  .custom-single-product-images .product-figure-image-wrapper .figure-zoom {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 30px;
    height: 30px;
    background: #e6e6f4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    border: 0;
    transition: all 0.2s ease;
  }
  
  .custom-single-product-images .product-figure-image-wrapper .figure-zoom:hover {
    background: #d1d1e8;
    transform: scale(1.1);
  }
  
  .custom-single-product-images .product-figures-slider {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  
  .custom-single-product-images .product-figures-track {
    display: flex;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }
  
  .custom-single-product-images .product-figure {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    gap: clamp(1rem, 3vw, 2rem);
    align-items: center;
    padding: clamp(1rem, 2.5vw, 1.5rem) clamp(1rem, 2.5vw, 1.75rem);
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
  }
  
  .custom-single-product-images .product-figure-img {
    display: block;
    width: 100%;
    max-width: 320px;
    width: 320px;
    height: auto;
    max-height: 280px;
    margin: 0 auto;
    object-fit: contain;
    border-radius: 10px;
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    padding: clamp(0.5rem, 2vw, 1rem);
    border: 1px solid #e5e7eb;
    box-sizing: border-box;
    height: 280px;
  }
  
  .custom-single-product-images .product-figure-legend {
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
    text-align: left;
    padding: 0.25rem 0;
  }
  
  .custom-single-product-images .figure-next,
  .custom-single-product-images .figure-previous {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #343399;
    color: #ffffff;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 2;
    cursor: pointer;
    padding: 0 !important;
  }

  
  .custom-single-product-images .figure-next {
    right: clamp(0.35rem, 1.5vw, 0.75rem);
  }
  
  .custom-single-product-images .figure-previous {
    left: clamp(0.35rem, 1.5vw, 0.75rem);
  }
  
  .custom-single-variation-wrap .single_variation,
  .custom-single-variation-wrap .woocommerce-variation-add-to-cart,
  .custom-single-variation-wrap .added_to_cart, .added_to_cart.wc-forward {
    display: none !important;
  }

  .woocommerce-products-header--template {
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
  }

  .woocommerce-products-header__video {
    width: 320px;
    min-width: 320px;
    height: 180px;
    border-radius: 12px;
    overflow: hidden;
  }

  .woocommerce-products-header__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
  }

  .similar-products {
    margin-top: 2.617924em;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: clamp(1rem, 3vw, 1.5rem);
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    box-shadow: 0 6px 24px rgb(15 23 42 / 0.05);
  }

.similar-products h2 {
  margin-bottom: 1rem;
}

  .similar-products-list {
    display: flex;
    overflow-x: auto;
    gap: 1rem;
  }

  .similar-product {
    min-width: 250px;
    flex:1;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    transition:
      transform 0.2s ease,
      box-shadow 0.2s ease,
      border-color 0.2s ease;
  }

  .similar-product:hover {
    transform: translateY(-2px);
    border-color: #cbd5e1;
    box-shadow: 0 10px 24px rgb(15 23 42 / 0.1);
  }

  .similar-product-link {
    display: block;
    text-decoration: none;
    color: inherit;
  }

  .similar-product-link:focus{
    outline: none;
    box-shadow: none;
  }

  .similar-product-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    background: #f1f5f9;
  }

  .similar-product-image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    display: block;
  }

  .similar-product-title {
    padding: 0.75rem 0.875rem 0.9rem;
    font-size: 0.875rem;
    line-height: 1.35;
    font-weight: 600;
    color: #1e293b;
    min-height: 3.3em;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .similar-products-empty {
    margin: 0;
    grid-column: 1 / -1;
    padding: 0.75rem 1rem;
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    color: #64748b;
    font-size: 0.875rem;
    background: #f8fafc;
  }

  .similar-product-skeleton {
    pointer-events: none;
  }

  .similar-product-skeleton .similar-product-image,
  .similar-product-skeleton .similar-product-title {
    background: #ffffff;
  }

  .similar-skeleton-block {
    display: block;
    border-radius: 8px;
    background: linear-gradient(90deg, #edf2f7 0%, #f8fafc 50%, #edf2f7 100%);
    background-size: 200% 100%;
    animation: similarSkeletonShimmer 1.2s linear infinite;
  }

  .similar-skeleton-image {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }

  .similar-skeleton-line {
    height: 12px;
    margin-bottom: 8px;
    width: 100%;
  }

  .similar-skeleton-line.short {
    width: 72%;
    margin-bottom: 0;
  }

  .single-product div.product .summary {
    width: 33% !important;
    float: none;
    margin-right: 0;
  }

  @keyframes similarSkeletonShimmer {
    0% {
      background-position: 200% 0;
    }
    100% {
      background-position: -200% 0;
    }
  }
  
  @media (max-width: 1366px) {
    .similar-products-list {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

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

  @media (max-width: 991px) {
    .single-product div.product .summary {
      width: 100% !important;
      float: none;
      margin-right: 0;
    }
  }

  @media (max-width: 768px) {
    .table-container {
      display: none !important;
    }
    .woocommerce-products-header--template {
      flex-direction: column;
      gap: 1.5rem;
    }

    .similar-products {
      padding: 1rem;
    }

    .similar-products-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 0.75rem;
    }
  }

  @media (max-width: 520px) {
    .similar-products-list {
      grid-template-columns: 1fr;
    }
    .custom-single-product-wrapper .custom-single-product-links {
      flex-direction: column;
      gap: 30px;
    }
  }

  @media (max-width: 991px) {
    .custom-product-class {
      flex-direction: column;
      gap: 20px;
    }

    .custom-single-product-images .product-figure-img {
      height: 200px;
      width: 220px;
    }

    .custom-single-product-images .product-figure-legend {
      max-width: 100%;
    }

    .custom-single-product-images .product-figure {
      display: flex;
      flex-direction: column;
    }

    .custom-single-product-images .product-figure-image-wrapper .figure-zoom {
      right: 30px;
      top: 31px;
    }
  }

  .custom-slider-modal[hidden] {
    display: none !important;
  }

  .custom-slider-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }

  .custom-slider-modal-backdrop {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.55);
  }

  .custom-slider-modal-dialog {
    position: relative;
    z-index: 1;
    width: 85%;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    padding: 50px 1.5rem 1.5rem;
  }

  .custom-slider-modal-dialog h3 {
    margin: 0 2rem 0.75rem 0;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #212529;
  }

  .custom-slider-modal-dialog p {
    margin: 0;
    color: #212529;
    line-height: 1.5;
  }

  .single-product div.product form.cart {
    padding: 0 !important;
    margin: 20px 0 0 0 !important;
  }
  
  .single-product div.product .product_meta {
    display: none !important;
  }

  .custom-slider-modal-close {
    position: absolute;
    top: 0.75rem;
    right: 0.75rem;
    width: 2rem;
    height: 2rem;
    border: 0;
    background: transparent;
    color: #343399;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.7;
    padding: 0;
  }

  .custom-slider-modal-close:hover,
  .custom-slider-modal-close:focus-visible {
    color: #000;
    opacity: 1;
  }

  #custom-slider-modal .lightbox-slide {
    position: relative;
  }

  #custom-slider-modal .custom-slider-caption {
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    color: #374151;
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
  }
  
  @media (max-width: 768px) {
    .custom-slider-modal-dialog {
      width: 100%;
    }
  }