.product-action-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
}
.product-action-btn {
  width: 28px;
  height: 28px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
  align-self: center;
}
.product-action-btn:hover {
  border-color: var(--a11y-nav);
  background: #f8f8f8;
}
.product-action-btn i {
  font-size: 12px;
  color: #666;
  transition: color 0.2s ease;
}
.product-action-btn:hover i {
  color: var(--a11y-nav);
}
.wishlist-btn.active i {
  font-weight: 900;
  color: #e74c3c;
}
.wishlist-btn.active {
  border-color: #e74c3c;
}
.share-btn {
  border-color: var(--a11y-nav);
}
.share-btn svg {
  display: block;
}
.prod_info_cont .p_desc h1 {
  word-break: break-word;
}
.product-article-row > .art_nr {
  padding: 5px 0;
}
.product-header-wrapper {
  margin-bottom: 20px;
}
.p_desc:has(.product-header-wrapper) {
  border: none;
}
.product-article-row {
  color: #484848;
}
.product-stars,
.product-stars a {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .p_desc:has(.product-header-wrapper) {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 5px;
    padding: 10px;
  }
  .pdp-header-logo {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: start;
  }
  .p_desc:has(.product-header-wrapper) h1 {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    padding: 0;
  }
  .product-header-wrapper {
    display: contents;
  }
  .product-stars {
    grid-column: 2;
    grid-row: 2;
    align-self: center;
    justify-self: end;
    white-space: nowrap;
  }
  .product-article-row {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
  }
  .product-article-row label {
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .product-article-row #art_nr {
    flex: 1 1 auto;
    min-width: 150px;
    max-width: 400px;
  }
  .product-action-buttons {
    grid-column: 2;
    grid-row: 3;
    align-self: center;
    justify-self: end;
  }
}
@media screen and (max-width: 768px) {
  .p_desc:has(.product-header-wrapper) {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto auto;
    gap: 5px;
    padding: 10px;
  }
  .pdp-header-logo {
    grid-column: 1 / -1;
    grid-row: 1;
    justify-self: start;
  }
  .p_desc:has(.product-header-wrapper) h1 {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
    padding: 0;
  }
  .product-header-wrapper {
    display: contents;
  }
  .product-article-row {
    grid-column: 1 / -1;
    grid-row: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
  }
  .product-article-row label {
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
  }
  .product-article-row #art_nr {
    flex: 1 1 auto;
    min-width: 120px;
    max-width: 100%;
    width: auto !important;
  }
  .product-stars {
    grid-column: 1;
    grid-row: 4;
    align-self: center;
  }
  .product-action-buttons {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    align-self: center;
  }
}
@media screen and (max-width: 480px) {
  .p_desc:has(.product-header-wrapper) {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto auto;
  }
  .p_desc:has(.product-header-wrapper) h1 {
    grid-column: 1;
    grid-row: 2;
  }
  .product-article-row {
    grid-column: 1 / -1;
    grid-row: 3;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .product-article-row label {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border-width: 0 !important;
  }
  .product-article-row #art_nr {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }
  .product-stars {
    grid-column: 1;
    grid-row: 4;
    align-self: center;
  }
  .product-action-buttons {
    grid-column: 2;
    grid-row: 2;
    justify-self: end;
    align-self: center;
  }
}
@media screen and (max-width: 500px) {
  #variant-order-info > div {
    flex-direction: column !important;
    gap: 10px !important;
  }
  #variant-min-order-info,
  #variant-sale-unit-info {
    flex: 1 1 auto !important;
    width: 100% !important;
  }
}
