.w2w-product-extras {
  margin-top: 16px;
  max-width: 100%;
}

.w2w-pex-buy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: fit-content;
  padding: 12px 14px;
  background: #111;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  line-height: 1.2;
  transition: background 0.2s, opacity 0.2s;
}

.w2w-pex-buy:hover {
  background: #333;
  color: #fff !important;
}

.w2w-pex-buy__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 12px;
  opacity: 0.95;
}

.w2w-pex-buy__icon svg {
  display: block;
}

.w2w-pex-rule {
  display: block;
  border: none;
  border-top: 1px solid #e0e0e0;
  margin: 14px 0;
}

.w2w-pex-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.w2w-pex-row:last-child {
  margin-bottom: 0;
}

.w2w-pex-label {
  flex: 0 0 118px;
  width: 118px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 6px;
  background: #111;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.25;
  box-sizing: border-box;
}

.w2w-pex-row__content {
  flex: 1;
  min-width: 0;
}

.w2w-pex-tech {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.w2w-pex-tech__icon {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
}

.w2w-pex-tech__icon .w2w-pcn-icon__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.w2w-pex-awards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.w2w-pex-award__item {
  display: block;
  line-height: 0;
}

.w2w-pex-award__img {
  max-height: 48px;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 480px) {
  .w2w-pex-row {
    flex-direction: column;
    align-items: stretch;
  }

  .w2w-pex-label {
    flex: none;
    width: 100%;
  }

  .w2w-pex-row__content {
    width: 100%;
  }
}
