.single-product .single-product-category {
  display: none !important;
}

.single-product div.product {
  align-items: flex-start !important;
}

.single-product .gbi-product-media.images {
  float: left;
  width: 400px;
  max-width: 40%;
  margin: 0 2rem 1.5rem 0;
}

.single-product .summary.entry-summary {
  float: right;
  width: calc(62% - 2rem);
  max-width: calc(100% - 420px);
  margin-top: 0 !important;
  padding-top: 0 !important;
  align-self: flex-start;
}

.single-product .gbi-category-gallery {
  margin: 0 auto;
  opacity: 1 !important;
  width: 400px;
  max-width: 100%;
}

.single-product .gbi-category-gallery .woocommerce-product-gallery__wrapper,
.single-product .gbi-category-gallery .woocommerce-product-gallery__image {
  margin: 0 auto;
  width: 400px;
  max-width: 100%;
}

.single-product .gbi-gallery-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 12px;
  background: #eef2f6;
  width: 400px;
  height: 340px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.35rem;
  box-sizing: border-box;
}

.single-product .gbi-category-gallery .gbi-category-image {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.single-product .gbi-gallery-zoom {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(15, 40, 64, 0.42);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.single-product .gbi-gallery-link:hover .gbi-gallery-zoom,
.single-product .gbi-gallery-link:focus-visible .gbi-gallery-zoom {
  opacity: 1;
}

.single-product .woocommerce-product-gallery__trigger,
.single-product .zoomImg,
.single-product .woocommerce-product-gallery .flex-control-nav {
  display: none !important;
}

.single-product .gbi-product-specs {
  margin: 0.5rem 0 0;
}

.single-product .gbi-specs-table {
  margin: 0;
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.single-product .gbi-specs-table th,
.single-product .gbi-specs-table td {
  padding: 0.2rem 0;
  border: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  vertical-align: top;
}

.single-product .gbi-specs-table th {
  width: 42%;
  max-width: 14rem;
  padding-right: 1rem;
  font-weight: 600;
  color: var(--gbi-text-muted, #4a5568);
}

.single-product .gbi-specs-table td {
  color: var(--gbi-text, #15202b);
}

.single-product .gbi-specs-table tr:first-child th,
.single-product .gbi-specs-table tr:first-child td {
  padding-top: 0;
}

.gbi-product-description {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--gbi-border, #e2e8f0);
  color: var(--gbi-text, #15202b);
  font-size: 0.98rem;
  line-height: 1.65;
}

.gbi-product-description__title {
  margin: 0 0 0.75rem;
  font-size: 1.15rem;
  color: var(--gbi-primary, #1a3d5c);
}

.gbi-product-description p:last-child {
  margin-bottom: 0;
}

@media (max-width: 921px) {
  .single-product .gbi-product-media.images,
  .single-product .summary.entry-summary {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .single-product .gbi-category-gallery,
  .single-product .gbi-category-gallery .woocommerce-product-gallery__wrapper,
  .single-product .gbi-category-gallery .woocommerce-product-gallery__image,
  .single-product .gbi-gallery-link {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .single-product .gbi-gallery-link {
    height: 320px;
  }
}
